Feedback on save

pull/147/head
M66B 6 years ago
parent a9a2d7c857
commit 00ebb279cb

@ -1956,7 +1956,7 @@ public class FragmentCompose extends FragmentEx {
});
}
} else if (action == R.id.action_save || action == R.id.menu_encrypt) {
if (dirty) {
if (!BuildConfig.DEBUG || dirty) {
EntityOperation.queue(context, db, draft, EntityOperation.ADD);
Handler handler = new Handler(context.getMainLooper());

Loading…
Cancel
Save