Skip to content
This repository was archived by the owner on May 23, 2025. It is now read-only.

Commit 2caeede

Browse files
committed
Show notifications as popup
1 parent 3c728d9 commit 2caeede

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

app/src/main/java/com/keylesspalace/tusky/components/systemnotifications/NotificationService.kt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,8 @@ class NotificationService @Inject constructor(
149149
NotificationChannel(
150150
it.getChannelId(account),
151151
context.getString(it.title),
152-
NotificationManager.IMPORTANCE_DEFAULT
152+
// HIGH: to show up as popup like with any other app
153+
NotificationManager.IMPORTANCE_HIGH,
153154
).apply {
154155
description = context.getString(it.description)
155156
enableLights(true)

0 commit comments

Comments
 (0)