Hey folks, I'm working on a screen (let's call it ...
# compose-android
a
Hey folks, I'm working on a screen (let's call it Screen A) that displays a list using a LazyColumn. Each item in the list contains a Map view. The issue is that every time I navigate from another screen (Screen B, which doesn't contain any Map) back to Screen A, the Map inside each list item reloads. How should I avoid reloading the map in the list(Lazy Column)
r
check, maybe there are some unnecessary recompositions
👀 2
c
i asked about this problem a few months (years?) ago. i found 0 solutions. (same issue with webviews). please let me know if you find something that works 🫠
a
@Robert Levonyan I checked there are no unnecessary recompositions
r
then it should be a MapView problem