forked from reya/coop-mobile
feat: add self-chat (#13)
Reviewed-on: https://git.reya.su/reya/coop-mobile/pulls/13
This commit is contained in:
@@ -35,9 +35,7 @@ class NostrForegroundService : Service() {
|
||||
override fun onCreate() {
|
||||
super.onCreate()
|
||||
|
||||
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.O) {
|
||||
createNotificationChannel()
|
||||
}
|
||||
createNotificationChannel()
|
||||
val notification = createNotification()
|
||||
|
||||
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.UPSIDE_DOWN_CAKE) {
|
||||
|
||||
Reference in New Issue
Block a user