https://kotlinlang.org logo
#compose
Title
# compose
m

Madhava

07/15/2020, 10:58 PM
I have a weird one. I have a google map view inflated from an xml which is working perfectly when I first load this "screen". I am using zsoltk/compose-router to push the view onto the router stack and remove it. When the view loads everything is perfect. When I hit back and then load it again, the map is white. The same log message "Setup map" gets outputted so its running the inflate setup function.
j

John O'Reilly

07/16/2020, 8:54 AM
Running in to something similar....have't found solution yet https://kotlinlang.slack.com/archives/CJLTWPH7S/p1594228116068300
👍 1
m

Madhava

07/16/2020, 10:44 PM
+1 to this bug, its probably a show stopper for my app right now, everything else is good enough to probably ship.