mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-05 08:33:37 +02:00
Optimization
This commit is contained in:
@@ -7120,12 +7120,7 @@ public class FragmentCompose extends FragmentBase {
|
||||
}
|
||||
|
||||
} else if (action == R.id.action_send) {
|
||||
EntityFolder outbox = db.folder().getOutbox();
|
||||
if (outbox == null) {
|
||||
Log.w("Outbox missing");
|
||||
outbox = EntityFolder.getOutbox();
|
||||
outbox.id = db.folder().insertFolder(outbox);
|
||||
}
|
||||
EntityFolder outbox = EntityFolder.getOutbox(context);
|
||||
|
||||
// Delay sending message
|
||||
if (draft.ui_snoozed == null && send_delayed != 0) {
|
||||
|
||||
Reference in New Issue
Block a user