mirror of
https://github.com/moparisthebest/k-9
synced 2025-02-17 07:30:16 -05: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) {
|
for (Account accountWithNotification : accountsWithNotification) {
|
||||||
mController.notifyAccountCancel(this, accountWithNotification);
|
mController.notifyAccountCancel(this, accountWithNotification);
|
||||||
MessagingController.getInstance(getApplication()).notifyAccountCancel(this, accountWithNotification);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (mAdapter.messages.isEmpty()) {
|
if (mAdapter.messages.isEmpty()) {
|
||||||
|
Loading…
Reference in New Issue
Block a user