Disable fetch on report

pull/194/merge
M66B 4 years ago
parent 6fe8b4c2ef
commit 414dbfd2f7

@ -2003,13 +2003,14 @@ class Core {
Flags flags = new Flags(keyword); Flags flags = new Flags(keyword);
imessage.setFlags(flags, true); imessage.setFlags(flags, true);
try { if (BuildConfig.DEBUG)
JSONArray fargs = new JSONArray(); try {
fargs.put(uid); JSONArray fargs = new JSONArray();
onFetch(context, fargs, folder, istore, ifolder, state); fargs.put(uid);
} catch (Throwable ex) { onFetch(context, fargs, folder, istore, ifolder, state);
Log.w(ex); } catch (Throwable ex) {
} Log.w(ex);
}
} }
} }

Loading…
Cancel
Save