mirror of
https://github.com/moparisthebest/k-9
synced 2024-12-25 17:18:50 -05:00
Fixes Issue 847
This commit is contained in:
parent
c796897f36
commit
1593678cfe
@ -3847,7 +3847,7 @@ public class MessagingController implements Runnable
|
|||||||
|
|
||||||
notifMgr.notify(thisAccount.getAccountNumber(), notif);
|
notifMgr.notify(thisAccount.getAccountNumber(), notif);
|
||||||
}
|
}
|
||||||
else
|
else if (unreadMessageCount == 0)
|
||||||
{
|
{
|
||||||
notifMgr.cancel(thisAccount.getAccountNumber());
|
notifMgr.cancel(thisAccount.getAccountNumber());
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user