Do not cancel notifications automatically

This commit is contained in:
2016-09-11 09:55:47 -04:00
parent ec42fb54f4
commit 6e8ea471aa

View File

@@ -161,8 +161,6 @@ public class NotificationTray implements CommandRunner.Listener
.setShowWhen(true) .setShowWhen(true)
.build(); .build();
notification.flags |= Notification.FLAG_AUTO_CANCEL;
NotificationManager notificationManager = NotificationManager notificationManager =
(NotificationManager) context.getSystemService( (NotificationManager) context.getSystemService(
Activity.NOTIFICATION_SERVICE); Activity.NOTIFICATION_SERVICE);