Alert improvements

This commit is contained in:
M66B
2019-06-24 08:45:55 +02:00
parent f5ca8f746d
commit 0ed815fff7
3 changed files with 5 additions and 1 deletions

View File

@@ -1028,6 +1028,7 @@ public class FragmentAccount extends FragmentBase {
if (!synchronize) {
NotificationManager nm = (NotificationManager) context.getSystemService(Context.NOTIFICATION_SERVICE);
nm.cancel("receive:" + account.id, 1);
nm.cancel("alert:" + account.id, 1);
}
return false;