mirror of https://github.com/M66B/FairEmail.git
Feedback on save
This commit is contained in:
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…
Reference in New Issue