fix back navigation

This commit is contained in:
kosyak 2024-10-29 17:34:13 +07:00
parent e1e2de8a76
commit 8772c9fd73

View file

@ -4023,7 +4023,6 @@ public class ConversationFragment extends XmppFragment
private void destroySecrectChat() {
conversation.endOtrIfNeeded();
activity.xmppConnectionService.destroyConversation(conversation);
activity.onBackPressed();
}
protected void sendPgpMessage(final Message message) {