fix back navigation
This commit is contained in:
parent
e1e2de8a76
commit
8772c9fd73
|
@ -4023,7 +4023,6 @@ public class ConversationFragment extends XmppFragment
|
||||||
private void destroySecrectChat() {
|
private void destroySecrectChat() {
|
||||||
conversation.endOtrIfNeeded();
|
conversation.endOtrIfNeeded();
|
||||||
activity.xmppConnectionService.destroyConversation(conversation);
|
activity.xmppConnectionService.destroyConversation(conversation);
|
||||||
activity.onBackPressed();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
protected void sendPgpMessage(final Message message) {
|
protected void sendPgpMessage(final Message message) {
|
||||||
|
|
Loading…
Reference in a new issue