mirror of
https://github.com/moparisthebest/k-9
synced 2025-02-07 02:30:10 -05:00
. Nofifications are not cancelled anymore when viewing account screen
This commit is contained in:
parent
f4c8f88251
commit
8721b64e66
@ -84,10 +84,6 @@ public class Accounts extends ListActivity implements OnItemClickListener, OnCli
|
||||
public void onResume() {
|
||||
super.onResume();
|
||||
|
||||
NotificationManager notifMgr = (NotificationManager)
|
||||
getSystemService(Context.NOTIFICATION_SERVICE);
|
||||
notifMgr.cancelAll();
|
||||
|
||||
refresh();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user