refresh error notification after 'try again'

This commit is contained in:
Daniel Gultsch 2016-10-06 22:05:40 +02:00
parent 0af13fc746
commit 6d5f23213b
1 changed files with 1 additions and 0 deletions

View File

@ -811,6 +811,7 @@ public class XmppConnectionService extends Service {
databaseBackend.updateAccount(account);
}
}
mNotificationService.updateErrorNotification();
}
private void dismissErrorNotifications() {