This commit is contained in:
M66B
2025-07-04 08:18:49 +02:00
parent 1102ec1932
commit 331f36583d

View File

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