mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-01 02:21:37 +01:00
Prevent crash
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user