mirror of
https://github.com/moparisthebest/k-9
synced 2025-02-17 07:30:16 -05:00
slight clean up to cryptoprovider view interface
This commit is contained in:
parent
abc921093c
commit
20623dc18a
@ -66,6 +66,11 @@ public class MessageCryptoView extends LinearLayout {
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
public void hide () {
|
||||||
|
this.setVisibility(View.GONE);
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Fill the decrypt layout with signature data, if known, make controls visible, if
|
* Fill the decrypt layout with signature data, if known, make controls visible, if
|
||||||
* they should be visible.
|
* they should be visible.
|
||||||
|
@ -122,7 +122,7 @@ public class SingleMessageView extends LinearLayout {
|
|||||||
|
|
||||||
public void loadBodyFromUrl(String url) {
|
public void loadBodyFromUrl(String url) {
|
||||||
mMessageContentView.loadUrl(url);
|
mMessageContentView.loadUrl(url);
|
||||||
// TODO reenable: updateCryptoLayout(cryptoProvider, pgpData, message);
|
mCryptoView.hide();
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user