Skip to content

Commit

Permalink
Show notifications as popup
Browse files Browse the repository at this point in the history
  • Loading branch information
Lakoja committed Mar 5, 2025
1 parent 3c728d9 commit 4a7349f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ class NotificationService @Inject constructor(
NotificationChannel(
it.getChannelId(account),
context.getString(it.title),
NotificationManager.IMPORTANCE_DEFAULT
NotificationManager.IMPORTANCE_HIGH // HIGH: to show up as popup like with any other app
).apply {
description = context.getString(it.description)
enableLights(true)
Expand Down

0 comments on commit 4a7349f

Please sign in to comment.