master
M66B 3 months ago
parent 1102ec1932
commit 331f36583d

@ -55,7 +55,6 @@ public class UriType implements Parcelable {
} }
public UriType(Uri uri, String type, Context context) { public UriType(Uri uri, String type, Context context) {
type = "image/*";
this.uri = uri; this.uri = uri;
if (!TextUtils.isEmpty(type)) if (!TextUtils.isEmpty(type))
this.type = type; this.type = type;

Loading…
Cancel
Save