Revert "Refactoring"

This reverts commit afa752328c.
pull/153/head
M66B 6 years ago
parent ebccc6cbe5
commit 534df441da

@ -149,6 +149,8 @@ public class FragmentMessages extends FragmentBase {
private int autoCloseCount = 0; private int autoCloseCount = 0;
private boolean autoExpanded = true; private boolean autoExpanded = true;
private Map<String, List<Long>> values = new HashMap<>(); private Map<String, List<Long>> values = new HashMap<>();
private LongSparseArray<Spanned> bodies = new LongSparseArray<>();
private LongSparseArray<String> html = new LongSparseArray<>();
private LongSparseArray<TupleAccountSwipes> accountSwipes = new LongSparseArray<>(); private LongSparseArray<TupleAccountSwipes> accountSwipes = new LongSparseArray<>();
private BoundaryCallbackMessages boundaryCallback = null; private BoundaryCallbackMessages boundaryCallback = null;
@ -553,9 +555,6 @@ public class FragmentMessages extends FragmentBase {
} }
private AdapterMessage.IProperties iProperties = new AdapterMessage.IProperties() { private AdapterMessage.IProperties iProperties = new AdapterMessage.IProperties() {
private LongSparseArray<Spanned> bodies = new LongSparseArray<>();
private LongSparseArray<String> html = new LongSparseArray<>();
@Override @Override
public void setValue(String name, long id, boolean enabled) { public void setValue(String name, long id, boolean enabled) {
if (!values.containsKey(name)) if (!values.containsKey(name))

Loading…
Cancel
Save