Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
crc-32 committed Jun 21, 2024
1 parent 8d5a701 commit 0dbe812
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package io.rebble.cobble.notifications

import android.annotation.TargetApi
import android.app.Notification
import android.app.NotificationChannel
import android.content.ComponentName
Expand All @@ -21,7 +20,10 @@ import io.rebble.libpebblecommon.packets.blobdb.BlobResponse
import io.rebble.libpebblecommon.packets.blobdb.TimelineItem
import io.rebble.libpebblecommon.services.notification.NotificationService
import kotlinx.coroutines.*
import kotlinx.coroutines.flow.*
import kotlinx.coroutines.flow.MutableStateFlow
import kotlinx.coroutines.flow.StateFlow
import kotlinx.coroutines.flow.collect
import kotlinx.coroutines.flow.combine
import timber.log.Timber

class NotificationListener : NotificationListenerService() {
Expand Down

0 comments on commit 0dbe812

Please sign in to comment.