mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-24 07:01:05 +00:00
Fixed flickering
This commit is contained in:
parent
d884c9c7ec
commit
e891b42382
1 changed files with 0 additions and 2 deletions
|
@ -340,8 +340,6 @@ public class FragmentMessage extends FragmentEx {
|
|||
: R.drawable.baseline_visibility_24);
|
||||
actionSeen.setTitle(message.ui_seen ? R.string.title_unseen : R.string.title_seen);
|
||||
|
||||
tvBody.setText(null);
|
||||
|
||||
Bundle args = new Bundle();
|
||||
args.putLong("id", message.id);
|
||||
|
||||
|
|
Loading…
Reference in a new issue