You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Navigate to Map screen and then try to navigate to Map screen again.
Observation
Lifecycle observer goes to ON_DESTROY and never makes it's way to ON_RESUME, which keeps the map in "destroyed" state and it is not usable (cannot scroll, zoom or anything else).
While not using restoreState or saveState set to true the map works fine. Also when downgrading compose map library to 6.0.0 it works properly.
It might be related to already resolved issue: #112. But due to refactor in #436 it probably happens again. Not really connected to animations this time. It is probably connected to the restoreState.
The text was updated successfully, but these errors were encountered:
Del-S
added
triage me
I really want to be triaged.
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
labels
Dec 10, 2024
Environment details
Steps to reproduce
Observation
Lifecycle observer goes to
ON_DESTROY
and never makes it's way toON_RESUME
, which keeps the map in "destroyed" state and it is not usable (cannot scroll, zoom or anything else).While not using
restoreState
orsaveState
set totrue
the map works fine. Also when downgrading compose map library to6.0.0
it works properly.It might be related to already resolved issue: #112. But due to refactor in #436 it probably happens again. Not really connected to animations this time. It is probably connected to the restoreState.
Sample video of the issue.
The text was updated successfully, but these errors were encountered: