Skip to content

Commit

Permalink
Update the conversation UI after aborting a V1 session.
Browse files Browse the repository at this point in the history
  • Loading branch information
moxie0 committed Feb 20, 2014
1 parent 145e433 commit 2a74dc8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/org/thoughtcrime/securesms/ConversationActivity.java
Original file line number Diff line number Diff line change
Expand Up @@ -389,6 +389,8 @@ public void onClick(DialogInterface dialog, int which) {
sendComplete(recipients, allocatedThreadId, allocatedThreadId != self.threadId);
} else {
Session.abortSessionFor(self, recipient);
initializeSecurity();
initializeTitleBar();
}
}
}
Expand Down

0 comments on commit 2a74dc8

Please sign in to comment.