mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-12 12:03:17 +02:00
Probably unnessary
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user