mirror of
https://github.com/oxen-io/session-android.git
synced 2025-02-21 12:38:27 +00:00
Update the conversation UI after aborting a V1 session.
This commit is contained in:
parent
145e4335fc
commit
2a74dc8d82
@ -389,6 +389,8 @@ public class ConversationActivity extends PassphraseRequiredSherlockFragmentActi
|
|||||||
sendComplete(recipients, allocatedThreadId, allocatedThreadId != self.threadId);
|
sendComplete(recipients, allocatedThreadId, allocatedThreadId != self.threadId);
|
||||||
} else {
|
} else {
|
||||||
Session.abortSessionFor(self, recipient);
|
Session.abortSessionFor(self, recipient);
|
||||||
|
initializeSecurity();
|
||||||
|
initializeTitleBar();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user