Fix crash in secret chat

This commit is contained in:
世界 2021-01-17 12:27:28 +08:00
parent 8887c1dd86
commit 8db05db67d
No known key found for this signature in database
GPG Key ID: CD109927C34A63C4
1 changed files with 1 additions and 1 deletions

View File

@ -1994,7 +1994,7 @@ public class SecretChatHelper extends BaseController {
});
} else {
delayedEncryptedChatUpdates.clear();
AlertUtil.showToast(error);
AlertUtil.showToast(error1);
}
}, ConnectionsManager.RequestFlagFailOnServerErrors);
} else {