File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
android/app/src/main/kotlin/io/rebble/cobble/notifications Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 11package io.rebble.cobble.notifications
22
3- import android.annotation.TargetApi
43import android.app.Notification
54import android.app.NotificationChannel
65import android.content.ComponentName
@@ -21,7 +20,10 @@ import io.rebble.libpebblecommon.packets.blobdb.BlobResponse
2120import io.rebble.libpebblecommon.packets.blobdb.TimelineItem
2221import io.rebble.libpebblecommon.services.notification.NotificationService
2322import 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
2527import timber.log.Timber
2628
2729class NotificationListener : NotificationListenerService () {
You can’t perform that action at this time.
0 commit comments