mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-10 17:00:38 +01:00
Oops
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user