Disabled local drafts workaround

This commit is contained in:
M66B 2018-08-04 15:48:24 +00:00
parent 52149e304a
commit b447b4ab8a
1 changed files with 2 additions and 0 deletions

View File

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