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
If an ImageView has something that has its (internal) mColorMod field set to true (i.e. there is an alpha or color filter set - see ImageView.applyColorMod()), then when Glide updates the image view providing the TransitionDrawable (the current drawable + SquaringDrawable), the image view attempts to mutate it and crashes (NPE) when calling SquaringDrawable.getConstantState().
The text was updated successfully, but these errors were encountered:
alex2069
changed the title
Crash when mutating SquaringDrawable (getConstantState is not overridden correclty) - v3.5.2
Crash when mutating SquaringDrawable (getConstantState is not overridden) - v3.5.2
Feb 23, 2015
If an ImageView has something that has its (internal)
mColorMod
field set to true (i.e. there is an alpha or color filter set - seeImageView.applyColorMod()
), then when Glide updates the image view providing theTransitionDrawable
(the current drawable +SquaringDrawable
), the image view attempts to mutate it and crashes (NPE) when callingSquaringDrawable.getConstantState()
.Trace from Genymotion v4.4.2
The text was updated successfully, but these errors were encountered: