mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-01 06:38:29 +02:00
Show empty folder names
This commit is contained in:
@@ -1192,7 +1192,7 @@ public class FragmentAccount extends FragmentEx {
|
||||
EntityFolder.sort(getContext(), folders);
|
||||
|
||||
EntityFolder none = new EntityFolder();
|
||||
none.name = "";
|
||||
none.name = "-";
|
||||
folders.add(0, none);
|
||||
|
||||
adapter.clear();
|
||||
|
||||
Reference in New Issue
Block a user