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 2caeede
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,8 @@ class NotificationService @Inject constructor(
NotificationChannel(
it.getChannelId(account),
context.getString(it.title),
NotificationManager.IMPORTANCE_DEFAULT
// HIGH: to show up as popup like with any other app
NotificationManager.IMPORTANCE_HIGH,
).apply {
description = context.getString(it.description)
enableLights(true)
Expand Down

0 comments on commit 2caeede

Please sign in to comment.