Skip to content

Commit a757224

Browse files
committed
feat: make file navigator is running notification silent
1 parent e1665af commit a757224

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

modules/navigator-notifications/src/main/kotlin/com/w2sv/navigator/notifications/controller/FileNavigatorIsRunningNotificationController.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ internal class FileNavigatorIsRunningNotificationController @Inject constructor(
2424
setBigTextStyle(context.getString(R.string.foreground_service_notification_content))
2525

2626
foregroundServiceBehavior = NotificationCompat.FOREGROUND_SERVICE_IMMEDIATE
27+
setSilent(true)
2728

2829
setContentIntent(navigatorIntents.openMainActivityPending())
2930
addAction(stopNavigatorAction())

0 commit comments

Comments
 (0)