Fixed flickering

This commit is contained in:
M66B 2018-08-19 07:13:25 +00:00
parent d884c9c7ec
commit e891b42382
1 changed files with 0 additions and 2 deletions

View File

@ -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);