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.conversation.trim();
|
||||||
}
|
}
|
||||||
this.activity = (ConversationActivity) getActivity();
|
this.activity = (ConversationActivity) getActivity();
|
||||||
|
this.askForPassphraseIntent = null;
|
||||||
this.conversation = conversation;
|
this.conversation = conversation;
|
||||||
this.mDecryptJobRunning = false;
|
this.mDecryptJobRunning = false;
|
||||||
this.mEncryptedMessages.clear();
|
this.mEncryptedMessages.clear();
|
||||||
|
|
Loading…
Reference in a new issue