1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-01-04 06:20:26 +00:00

Feedback on save

This commit is contained in:
M66B 2019-01-11 18:45:45 +00:00
parent a9a2d7c857
commit 00ebb279cb

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