Fixed debug/crash info

This commit is contained in:
M66B
2018-08-09 07:00:20 +00:00
parent 3cfaeaa5fe
commit 7ea6ba1762
5 changed files with 21 additions and 18 deletions

View File

@@ -61,7 +61,7 @@ public class FragmentAbout extends FragmentEx {
public void run() {
try {
DB db = DB.getInstance(getContext());
EntityFolder drafts = db.folder().getLocalDrafts();
EntityFolder drafts = EntityFolder.getDrafts(getContext(), db, -1);
if (drafts != null) {
StringBuilder info = Helper.getDebugInfo();
info.insert(0, getString(R.string.title_debug_info_remark) + "\n\n\n\n");