Do not cancel notifications automatically
This commit is contained in:
parent
ec42fb54f4
commit
6e8ea471aa
@ -161,8 +161,6 @@ public class NotificationTray implements CommandRunner.Listener
|
||||
.setShowWhen(true)
|
||||
.build();
|
||||
|
||||
notification.flags |= Notification.FLAG_AUTO_CANCEL;
|
||||
|
||||
NotificationManager notificationManager =
|
||||
(NotificationManager) context.getSystemService(
|
||||
Activity.NOTIFICATION_SERVICE);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user