mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-03 03:19:24 +01:00
Small improvement
This commit is contained in:
@@ -125,8 +125,6 @@ public class FragmentMessages extends FragmentBase {
|
||||
private boolean searching = false;
|
||||
private AdapterMessage adapter;
|
||||
|
||||
private Map<Long, TupleAccountSwipes> accountSwipes = new HashMap<>();
|
||||
|
||||
private AdapterMessage.ViewType viewType;
|
||||
private SelectionTracker<Long> selectionTracker = null;
|
||||
|
||||
@@ -134,6 +132,7 @@ public class FragmentMessages extends FragmentBase {
|
||||
private boolean autoExpand = true;
|
||||
private Map<String, List<Long>> values = new HashMap<>();
|
||||
private LongSparseArray<Spanned> bodies = new LongSparseArray<>();
|
||||
private LongSparseArray<TupleAccountSwipes> accountSwipes = new LongSparseArray<>();
|
||||
|
||||
private BoundaryCallbackMessages searchCallback = null;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user