1
0
Fork 0
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:
M66B 2019-05-21 14:28:57 +02:00
parent bb60b16472
commit 8324b893a4

View file

@ -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);