Fixed updating draft when encryption needed

pull/185/head
M66B 4 years ago
parent cb3a155ebc
commit 75ee3d5fe3

@ -4382,6 +4382,7 @@ public class FragmentCompose extends FragmentBase {
boolean autosave = extras.getBoolean("autosave");
if (needsEncryption && !autosave) {
args.putBoolean("needsEncryption", true);
db.setTransactionSuccessful();
return draft;
}

Loading…
Cancel
Save