kopia lustrzana https://github.com/ryukoposting/Signal-Android
Update the conversation UI after aborting a V1 session.
rodzic
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();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Ładowanie…
Reference in New Issue