Small improvement

pull/184/head
M66B 4 years ago
parent 07bbedf5ea
commit 2e9f0cfb59

@ -3791,7 +3791,7 @@ public class FragmentCompose extends FragmentBase {
} }
if (data.draft.content || data.draft.uid == null) { 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"); Log.e("Draft without uid");
File file = data.draft.getFile(context); File file = data.draft.getFile(context);

Loading…
Cancel
Save