mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-02 00:25:10 -04:00
Canceling notifications once should be enough
This commit is contained in:
parent
a8f91b0f70
commit
0625e13380
@ -811,7 +811,6 @@ public class MessageList
|
||||
|
||||
for (Account accountWithNotification : accountsWithNotification) {
|
||||
mController.notifyAccountCancel(this, accountWithNotification);
|
||||
MessagingController.getInstance(getApplication()).notifyAccountCancel(this, accountWithNotification);
|
||||
}
|
||||
|
||||
if (mAdapter.messages.isEmpty()) {
|
||||
|
Loading…
Reference in New Issue
Block a user