Skip to content

Fix crash happening when mutate() a drawable generated on Android versions 4.1.x#64

Open
leonardoaramaki wants to merge 5 commits intoamulyakhare:masterfrom
RocketChat:master
Open

Fix crash happening when mutate() a drawable generated on Android versions 4.1.x#64
leonardoaramaki wants to merge 5 commits intoamulyakhare:masterfrom
RocketChat:master

Conversation

@leonardoaramaki
Copy link

There is bug reported on the Android framework that happens on Android versions 4.1.x where calling ShapeDrawable#mutate() causes a NPE since it calls its clone() method and try to copy a possible null insets RectF object into a new one which yields a crash.

This PR also updates the gradle plugin version and a few others in a non breaking change manner just so that the root project opens smoothly on newer versions of Android Studio.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant