-
Notifications
You must be signed in to change notification settings - Fork 267
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
Tap screen repeatedly on app starting, navigation unknown destination error occur #664
Comments
Thanks! I can reproduce it 👍 |
Probably, the cause is multiple tapping. If I rewrite SpeechSessionItem(line: 63) like this, then same error occurred. root.setOnClickListener {
navController.navigate(detailNavDirections)
navController.navigate(detailNavDirections)
} navigate to detail from detail, it is not defined in navigation graph.
on branch master build, 2 sessions clicked at the same time then got this error. |
暫定対処として、 SpeechSessionItem(line: 63)をtry~catchでくくってクラッシュを防いでおき、 |
@sobaya-0141 Thanks! Can you add a comment like this with your
|
Assigned 👍 |
承知しました!! |
Overview (Required)
Steps To Reproduce
java.lang.IllegalArgumentException: navigation destination io.github.droidkaigi.confsched2019.debug:id/action_session_to_session_detail is unknown to this NavController
occurExpected behavior
No exeption will be thrown.
Screenshots
Env:
Additional context
none
The text was updated successfully, but these errors were encountered: