Feedback on save

This commit is contained in:
M66B 2019-01-11 18:45:45 +00:00
parent a9a2d7c857
commit 00ebb279cb
1 changed files with 1 additions and 1 deletions

View File

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