forked from mirror/monocles_chat
save status message and presence status on error
This commit is contained in:
parent
d14daaff66
commit
4f4519a45e
1 changed files with 2 additions and 1 deletions
|
@ -1057,7 +1057,8 @@ public class EditAccountActivity extends OmemoActivity implements OnAccountUpdat
|
|||
|
||||
@Override
|
||||
public void error(int errorCode, String object) {
|
||||
|
||||
Log.d(Config.LOGTAG, mAccount.getJid().asBareJid() + ": error generating signature. Code: " + errorCode + " Object: " + object);
|
||||
xmppConnectionService.changeStatus(mAccount, template, null);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Add table
Reference in a new issue