Skip to content

Commit 0dbe812

Browse files
committed
cleanup
1 parent 8d5a701 commit 0dbe812

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

android/app/src/main/kotlin/io/rebble/cobble/notifications/NotificationListener.kt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
package io.rebble.cobble.notifications
22

3-
import android.annotation.TargetApi
43
import android.app.Notification
54
import android.app.NotificationChannel
65
import android.content.ComponentName
@@ -21,7 +20,10 @@ import io.rebble.libpebblecommon.packets.blobdb.BlobResponse
2120
import io.rebble.libpebblecommon.packets.blobdb.TimelineItem
2221
import io.rebble.libpebblecommon.services.notification.NotificationService
2322
import kotlinx.coroutines.*
24-
import kotlinx.coroutines.flow.*
23+
import kotlinx.coroutines.flow.MutableStateFlow
24+
import kotlinx.coroutines.flow.StateFlow
25+
import kotlinx.coroutines.flow.collect
26+
import kotlinx.coroutines.flow.combine
2527
import timber.log.Timber
2628

2729
class NotificationListener : NotificationListenerService() {

0 commit comments

Comments
 (0)