Do not cancel notifications automatically

pull/174/head
Alinson S. Xavier 9 years ago
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…
Cancel
Save