We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Caused by: java.lang.NullPointerException:Attempt to invoke virtual method 'android.content.Context android.content.Context.getApplicationContext()' on a null object reference com.airbnb.lottie.manager.ImageAssetManager.boolean hasSameContext(android.content.Context)(ImageAssetManager.java:0) com.airbnb.lottie.LottieDrawable.com.airbnb.lottie.manager.ImageAssetManager getImageAssetManager()(LottieDrawable.java:0) com.airbnb.lottie.LottieDrawable.x(LottieDrawable.java:1)
ImageAssetManager.hasSameContext stopped checking for nulls since the commit in 6.1.0.
ImageAssetManager.hasSameContext
The text was updated successfully, but these errors were encountered:
Fix NPE in ImageAssetManager#hasSameContext (airbnb#2503)
803e39f
Fix NPE in ImageAssetManager#hasSameContext (#2503) (#2532)
f328222
Co-authored-by: Corey Wu <[email protected]>
#2532
Sorry, something went wrong.
No branches or pull requests
ImageAssetManager.hasSameContext
stopped checking for nulls since the commit in 6.1.0.The text was updated successfully, but these errors were encountered: