call change status listener after disable account
This commit is contained in:
parent
217d18b6ac
commit
b91c9afe4b
|
@ -994,6 +994,7 @@ public class XmppConnectionService extends Service {
|
|||
}
|
||||
|
||||
public void updateAccount(Account account) {
|
||||
this.statusListener.onStatusChanged(account);
|
||||
databaseBackend.updateAccount(account);
|
||||
reconnectAccount(account, false);
|
||||
if (accountChangedListener != null)
|
||||
|
|
Loading…
Reference in New Issue