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