mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-11 11:33:09 +02:00
Small improvement
This commit is contained in:
@@ -3791,7 +3791,7 @@ public class FragmentCompose extends FragmentBase {
|
||||
}
|
||||
|
||||
if (data.draft.content || data.draft.uid == null) {
|
||||
if (data.draft.uid == null)
|
||||
if (data.draft.uid == null && !data.draft.content)
|
||||
Log.e("Draft without uid");
|
||||
|
||||
File file = data.draft.getFile(context);
|
||||
|
||||
Reference in New Issue
Block a user