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) .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);

Loading…
Cancel
Save