Fbada006 / ArtMaker

ArtMaker is a flexible and customisable library that allows users to draw anything they want on screen and has been built fully with Jetpack Compose.
75 stars 3 forks source link

Improve finding the context in android image picker #144

Closed Fbada006 closed 3 weeks ago

Fbada006 commented 3 weeks ago

In the ImagePickerFactory, we were getting the activity by casting the context straight to an activity. This is potentially dangerous since context may be wrapped around a context wrapper. This code reduces the chances of such an issue happening.