Small improvement

This commit is contained in:
M66B
2020-09-06 22:30:15 +02:00
parent 07bbedf5ea
commit 2e9f0cfb59

View File

@@ -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);