mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-30 17:40:34 +01:00
State fixes
This commit is contained in:
@@ -706,7 +706,8 @@ public class FragmentMessages extends FragmentBase {
|
||||
if (!values.containsKey(name))
|
||||
values.put(name, new ArrayList<Long>());
|
||||
if (enabled) {
|
||||
values.get(name).add(id);
|
||||
if (!values.get(name).contains(id))
|
||||
values.get(name).add(id);
|
||||
if ("expanded".equals(name))
|
||||
handleExpand(id);
|
||||
} else
|
||||
|
||||
Reference in New Issue
Block a user