ParkSangGwon / TedImagePicker

TedImagePicker is simple/beautiful/smart image picker
552 stars 103 forks source link

Modify ToastUtil context cast #109

Open rokkreslincom opened 2 years ago

rokkreslincom commented 2 years ago

java.lang.RuntimeException is raised when sample application is wrapped with Microsoft Intune (#103).

TedImagePickerContentProvider is trying to cast context to Application which is not compatible in case of wrapped app. I suggest we use Context cast instead.