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
ModelLoaders are registered using the context passed in to the with() call. If that all happens outside of the Application and a ModelLoader is not registered in onCreate of each Activity, the first Activity in which Glide.with() is called will be leaked.
The text was updated successfully, but these errors were encountered:
ModelLoaders are registered using the context passed in to the with() call. If that all happens outside of the Application and a ModelLoader is not registered in onCreate of each Activity, the first Activity in which Glide.with() is called will be leaked.
The text was updated successfully, but these errors were encountered: