mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-05 12:24:26 +01:00
Refactoring
This commit is contained in:
@@ -268,7 +268,7 @@ public class FragmentMessages extends FragmentBase {
|
||||
boolean compact = prefs.getBoolean("compact", false);
|
||||
int zoom = prefs.getInt("zoom", compact ? 0 : 1);
|
||||
adapter = new AdapterMessage(
|
||||
getContext(), getViewLifecycleOwner(), getFragmentManager(),
|
||||
getContext(), getViewLifecycleOwner(),
|
||||
viewType, outgoing, compact, zoom, iProperties);
|
||||
|
||||
rvMessage.setAdapter(adapter);
|
||||
|
||||
Reference in New Issue
Block a user