1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-08-13 17:03:48 -04:00

Canceling notifications once should be enough

This commit is contained in:
cketti 2012-01-20 23:32:55 +01:00
parent a8f91b0f70
commit 0625e13380

View File

@ -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()) {