save status message and presence status on error

This commit is contained in:
Christian Schneppe 2020-11-07 08:24:51 +01:00
parent d14daaff66
commit 4f4519a45e
No known key found for this signature in database
GPG key ID: F30B8D686B44D87E

View file

@ -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