mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 05:44:51 +02:00
Show inline encrypted text
This commit is contained in:
@@ -3390,7 +3390,7 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
|
||||
tvDecrypt.setVisibility(encrypted && !unlocked ? View.VISIBLE : View.GONE);
|
||||
tvSignedData.setVisibility(signed_data ? View.VISIBLE : View.GONE);
|
||||
|
||||
if (!encrypted || unlocked) {
|
||||
if (!encrypted || inline || unlocked) {
|
||||
if (show_full) {
|
||||
((WebViewEx) wvBody).setOnPageLoaded(new Runnable() {
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user