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
like dialong -> something/{id} (id=2), then to something/{id} (id=3) , then to dialog ,then to something/{id} (id=2),can not work(dialog to something/{id} (id=2)),sdk is 2.1.0-beta14
The text was updated successfully, but these errors were encountered:
I try it"@composable
fun PasswordDialog(
resultNavigator: ResultBackNavigator
){}","resultRecipient.onNavResult { result ->
println("dialog ? $result")
when (result) {
is NavResult.Canceled -> println("Canceled Dialog!!")
is NavResult.Value -> if (result.value) {
navigator.navigate(SettingsScreenDestination(2))
}
}
}" change to "fun PasswordDialog(
like dialong -> something/{id} (id=2), then to something/{id} (id=3) , then to dialog ,then to something/{id} (id=2),can not work(dialog to something/{id} (id=2)),sdk is 2.1.0-beta14
The text was updated successfully, but these errors were encountered: