mirror of
https://github.com/M66B/FairEmail.git
synced 2025-03-14 08:01:23 +00:00
Fixed repeating folders
This commit is contained in:
parent
bb60b16472
commit
8324b893a4
1 changed files with 1 additions and 0 deletions
|
@ -1432,6 +1432,7 @@ public class FragmentAccount extends FragmentBase {
|
|||
none.name = "-";
|
||||
folders.add(0, none);
|
||||
|
||||
adapter.clear();
|
||||
adapter.addAll(folders);
|
||||
|
||||
Long left = (account == null ? null : account.swipe_left);
|
||||
|
|
Loading…
Add table
Reference in a new issue