mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-31 01:51:24 +01:00
Fixes and improvements
- Last loaders/executors have been gone - Improved debug info - Fixed multiple draft saves
This commit is contained in:
@@ -76,7 +76,9 @@ public class FragmentMessages extends FragmentEx {
|
||||
LinearLayoutManager llm = new LinearLayoutManager(getContext());
|
||||
rvMessage.setLayoutManager(llm);
|
||||
|
||||
adapter = new AdapterMessage(getContext(),
|
||||
adapter = new AdapterMessage(
|
||||
getContext(),
|
||||
getViewLifecycleOwner(),
|
||||
thread < 0
|
||||
? AdapterMessage.ViewType.FOLDER
|
||||
: AdapterMessage.ViewType.THREAD);
|
||||
|
||||
Reference in New Issue
Block a user