add newline

pull/2839/head
elmuffo 2 months ago
parent 9ed3497621
commit 916170208b

@ -18,6 +18,7 @@ class NotificationClearedReceiver : BroadcastReceiver() {
@Inject @ApplicationScope lateinit var scope: CoroutineScope
@Inject lateinit var preferences: Preferences
@Inject lateinit var alarmService: AlarmService
override fun onReceive(context: Context, intent: Intent) {
val notificationId = intent.getLongExtra(NotificationManager.EXTRA_NOTIFICATION_ID, -1L)
Timber.d("cleared $notificationId")

Loading…
Cancel
Save