Probably unnessary

master
M66B 3 months ago
parent 971c3567c6
commit 1d5fdf77e6

@ -49,10 +49,10 @@ public class UriType implements Parcelable {
if (!TextUtils.isEmpty(type)) if (!TextUtils.isEmpty(type))
this.type = type; this.type = type;
if (context != null) { //if (context != null) {
Helper.UriInfo info = Helper.getInfo(this, context); // Helper.UriInfo info = Helper.getInfo(this, context);
this.type = EntityAttachment.getMimeType(type, info.name); // this.type = EntityAttachment.getMimeType(type, info.name);
} //}
} }
public Uri getUri() { public Uri getUri() {

Loading…
Cancel
Save