mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-29 17:11:12 +01:00
Feedback on save
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user