-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error When Navigation Back #1
Comments
java.lang.IllegalStateException: Check failed. |
The issue is with
Use the following alternative. rememberSaveable(key = null, saver = Saver(
save = {
null
},
restore = {
OverlayManagerState(null)
}
)) {
OverlayManagerState(null)
} Or just do not use this library. |
DefaultOverlayManager is not savable into a bundle. We can just throw away the overlay manager. We do not use it. utsmannn/osm-android-compose#1 (comment)
Haloo utsmann, i have try your lib, but i got some error, when i got back requested after load the maps the apps force closing.
The text was updated successfully, but these errors were encountered: