Prevent crash

This commit is contained in:
M66B 2018-09-01 07:20:09 +00:00
parent cfeccc6f62
commit 2d7566ffc1
1 changed files with 5 additions and 0 deletions

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;
}