added some lines to get foreground notification (a little) less intrusive
This commit is contained in:
@@ -36,6 +36,7 @@ public class NotificationSupport {
|
||||
Channel.FOREGROUND,
|
||||
"Gotify foreground notification",
|
||||
NotificationManager.IMPORTANCE_LOW);
|
||||
foreground.setShowBadge(false);
|
||||
|
||||
NotificationChannel messagesImportanceMin =
|
||||
new NotificationChannel(
|
||||
|
||||
Reference in New Issue
Block a user