mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-28 00:20:50 +01:00
Revised operation handling
This commit is contained in:
@@ -80,9 +80,6 @@ public class FragmentAbout extends FragmentEx {
|
||||
draft.ui_hide = false;
|
||||
draft.id = db.message().insertMessage(draft);
|
||||
|
||||
EntityOperation.queue(getContext(), draft, EntityOperation.ADD);
|
||||
EntityOperation.process(getContext());
|
||||
|
||||
startActivity(new Intent(getContext(), ActivityCompose.class)
|
||||
.putExtra("id", draft.id));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user