Skip to content

Commit

Permalink
💡 Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbatovK authored Nov 3, 2021
1 parent 0c9c0ee commit 244db74
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
package com.albatros.forecast.model.worker

import android.content.Context
import android.Manifest
import android.app.Notification
import android.app.NotificationChannel
Expand Down Expand Up @@ -124,4 +125,4 @@ class NotificationsWorker(context: Context, params: WorkerParameters)
Log.d(TAG, "doWork: Success")
return Result.success(data)
}
}
}

0 comments on commit 244db74

Please sign in to comment.