You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
java.lang.NoSuchMethodError: android.app.Activity.getFragmentManager
at com.bumptech.glide.manager.RequestManagerRetriever.get(RequestManagerRetriever.java:132)
at com.bumptech.glide.Glide.with(Glide.java:550)
at net.twisterrob.glidecrash.MainActivity.glide(MainActivity.java:36)
A workaround is:
Glide.with(this.getApplicationContext())
but this should be hidden from me.
I think public RequestManager get(Activity activity) is missing a HONEYCOMB check.
The text was updated successfully, but these errors were encountered:
A workaround is:
but this should be hidden from me.
I think
public RequestManager get(Activity activity)
is missing aHONEYCOMB
check.The text was updated successfully, but these errors were encountered: