Skip to content

Commit

Permalink
Temporarily bring back end session.
Browse files Browse the repository at this point in the history
  • Loading branch information
moxie0 committed Feb 26, 2014
1 parent ce710b3 commit 82df23d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/org/thoughtcrime/securesms/ConversationActivity.java
Original file line number Diff line number Diff line change
Expand Up @@ -270,9 +270,8 @@ public boolean onPrepareOptionsMenu(Menu menu) {
} else {
inflater.inflate(R.menu.conversation_secure_no_identity, menu);
}
if (!pushRegistered) {
inflater.inflate(R.menu.conversation_secure_sms, menu.findItem(R.id.menu_security).getSubMenu());
}

inflater.inflate(R.menu.conversation_secure_sms, menu.findItem(R.id.menu_security).getSubMenu());
} else if (isSingleConversation() && !pushRegistered) {
inflater.inflate(R.menu.conversation_insecure, menu);
}
Expand Down

1 comment on commit 82df23d

@WhisperBTC
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! BitHub has sent payment of $93.11USD for this commit.

Please sign in to comment.