Probably unnessary

This commit is contained in:
M66B
2025-06-10 11:03:13 +02:00
parent 971c3567c6
commit 1d5fdf77e6

View File

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