|
|
@ -333,6 +333,7 @@ public class FragmentCompose extends FragmentEx {
|
|
|
|
rvAttachment.setHasFixedSize(false);
|
|
|
|
rvAttachment.setHasFixedSize(false);
|
|
|
|
LinearLayoutManager llm = new LinearLayoutManager(getContext());
|
|
|
|
LinearLayoutManager llm = new LinearLayoutManager(getContext());
|
|
|
|
rvAttachment.setLayoutManager(llm);
|
|
|
|
rvAttachment.setLayoutManager(llm);
|
|
|
|
|
|
|
|
rvAttachment.setItemAnimator(null);
|
|
|
|
|
|
|
|
|
|
|
|
adapter = new AdapterAttachment(getContext(), getViewLifecycleOwner(), false);
|
|
|
|
adapter = new AdapterAttachment(getContext(), getViewLifecycleOwner(), false);
|
|
|
|
rvAttachment.setAdapter(adapter);
|
|
|
|
rvAttachment.setAdapter(adapter);
|
|
|
|