This commit is contained in:
misaochan 2016-07-26 16:03:01 +12:00
parent cbb3fc0f93
commit 1489cd419b

View file

@ -144,6 +144,7 @@ public class UploadController {
if(mimeType != null) { if(mimeType != null) {
contribution.setTag("mimeType", mimeType); contribution.setTag("mimeType", mimeType);
imagePrefix = mimeType.startsWith("image/"); imagePrefix = mimeType.startsWith("image/");
Log.d("UploadController", "MimeType is: " + mimeType);
} }
if(imagePrefix && contribution.getDateCreated() == null) { if(imagePrefix && contribution.getDateCreated() == null) {