mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-23 18:02:15 -05:00
hide the decrypt signature layout in MessageView if no signature exists, fixes the wrong display of signatures from another message
This commit is contained in:
parent
380452355c
commit
11e28698e1
@ -2429,6 +2429,8 @@ public class MessageView extends K9Activity implements OnClickListener
|
||||
}
|
||||
mCryptoSignatureLayout.setVisibility(View.VISIBLE);
|
||||
mDecryptLayout.setVisibility(View.VISIBLE);
|
||||
} else {
|
||||
mCryptoSignatureLayout.setVisibility(View.INVISIBLE);
|
||||
}
|
||||
|
||||
if (!true || ((mMessage == null) && (mCrypto.getDecryptedData() == null)))
|
||||
|
Loading…
Reference in New Issue
Block a user