mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-14 21:13:37 +02:00
Reduced logging
This commit is contained in:
@@ -4366,7 +4366,7 @@ public class FragmentCompose extends FragmentBase {
|
||||
|
||||
EntityFolder outbox = db.folder().getOutbox();
|
||||
if (outbox == null) {
|
||||
Log.e("Outbox missing");
|
||||
Log.w("Outbox missing");
|
||||
outbox = EntityFolder.getOutbox();
|
||||
outbox.id = db.folder().insertFolder(outbox);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user