Don't delay showing the notification for the Push foreground service

This commit is contained in:
cketti 2024-04-24 11:46:34 +02:00
parent 041330ae1f
commit 9194190fa9

View file

@ -63,6 +63,7 @@ internal class PushNotificationManager(
.setBadgeIconType(NotificationCompat.BADGE_ICON_NONE)
.setLocalOnly(true)
.setShowWhen(false)
.setForegroundServiceBehavior(NotificationCompat.FOREGROUND_SERVICE_IMMEDIATE)
.build()
}