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