petros chariskos

Results 5 comments of petros chariskos

I have been using in production the recommend by @arriolac code snippet: ``` GoogleMap { MapEffect { map -> map.snapshot { snapshot -> // Got snapshot here } } }...

thank you @alexandrupele, I am already doing that and still getting the NPE. I can give the code snippet in case there is something wrong with my implementation but I...

Thanks @alexandrupele, I have updated the compose maps to 4.3.3 and this release is already in production since a couple of days ago. I hope this solves it, otherwise I...

[Thread update] With `com.google.maps.android:maps-compose` in 4.3.3 the NPE: `Attempt to invoke virtual method 'boolean android.graphics.Bitmap.isMutable()' on a null object reference` still appears in the logs in production.