mirror of
https://github.com/moparisthebest/k-9
synced 2025-02-11 20:50:19 -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() {
|
public void onResume() {
|
||||||
super.onResume();
|
super.onResume();
|
||||||
|
|
||||||
NotificationManager notifMgr = (NotificationManager)
|
|
||||||
getSystemService(Context.NOTIFICATION_SERVICE);
|
|
||||||
notifMgr.cancelAll();
|
|
||||||
|
|
||||||
refresh();
|
refresh();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user