Browse Source

Prevent crash

main
M66B 6 years ago
parent
commit
2d7566ffc1
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      app/src/main/java/eu/faircode/email/FragmentMessage.java

+ 5
- 0
app/src/main/java/eu/faircode/email/FragmentMessage.java View File

@ -354,6 +354,11 @@ public class FragmentMessage extends FragmentEx {
adapter = new AdapterAttachment(getContext(), getViewLifecycleOwner(), true);
rvAttachment.setAdapter(adapter);
tvCount.setTag(View.GONE);
tvCc.setTag(View.GONE);
rvAttachment.setTag(View.GONE);
tvError.setTag(View.GONE);
return view;
}


Loading…
Cancel
Save