don't show 'enter pgp key' in non encrypted chats
This commit is contained in:
parent
16dc13e4df
commit
026be61b72
|
@ -568,6 +568,7 @@ public class ConversationFragment extends Fragment {
|
|||
this.conversation.trim();
|
||||
}
|
||||
this.activity = (ConversationActivity) getActivity();
|
||||
this.askForPassphraseIntent = null;
|
||||
this.conversation = conversation;
|
||||
this.mDecryptJobRunning = false;
|
||||
this.mEncryptedMessages.clear();
|
||||
|
|
Loading…
Reference in New Issue