mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-05 12:24:26 +01:00
Disabled local drafts workaround
This commit is contained in:
@@ -262,6 +262,7 @@ public class FragmentAccount extends Fragment {
|
||||
drafts = true;
|
||||
}
|
||||
}
|
||||
/*
|
||||
if (!drafts) {
|
||||
EntityFolder folder = new EntityFolder();
|
||||
folder.name = getContext().getString(R.string.title_local_drafts);
|
||||
@@ -270,6 +271,7 @@ public class FragmentAccount extends Fragment {
|
||||
folder.after = 0;
|
||||
folders.add(folder);
|
||||
}
|
||||
*/
|
||||
} finally {
|
||||
if (istore != null)
|
||||
istore.close();
|
||||
|
||||
Reference in New Issue
Block a user