mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-19 05:38:31 +00:00
Small fix
This commit is contained in:
parent
82d337179a
commit
ba4423e68a
1 changed files with 0 additions and 1 deletions
|
@ -1257,7 +1257,6 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
|
|||
ibQuotes.setVisibility(View.GONE);
|
||||
ibImages.setVisibility(View.GONE);
|
||||
tvBody.setVisibility(View.GONE);
|
||||
pbBody.setVisibility(View.VISIBLE);
|
||||
|
||||
if (!(vwBody instanceof WebView)) {
|
||||
// For performance reasons the WebView is created when needed only
|
||||
|
|
Loading…
Reference in a new issue