Skip to content
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

Crash when double tapping donut #1027

Open
satur9nine opened this issue Oct 8, 2021 · 1 comment
Open

Crash when double tapping donut #1027

satur9nine opened this issue Oct 8, 2021 · 1 comment

Comments

@satur9nine
Copy link

@chethaase

In MADSkillsNavigationSample, just double tap the donut quickly and the app crashes:

2021-10-08 09:42:27.752  6880  6880 E AndroidRuntime: FATAL EXCEPTION: main
2021-10-08 09:42:27.752  6880  6880 E AndroidRuntime: Process: com.android.samples.navdonutcreator, PID: 6880
2021-10-08 09:42:27.752  6880  6880 E AndroidRuntime: java.lang.IllegalArgumentException: Navigation action/destination com.android.samples.navdonutcreator:id/action_donutList_to_donutEntryDialogFragment cannot be found from the current destination Destination(com.android.samples.navdonutcreator:id/donutEntryDialogFragment) label=DonutEntryDialogFragment
2021-10-08 09:42:27.752  6880  6880 E AndroidRuntime: 	at androidx.navigation.NavController.navigate(NavController.java:931)
2021-10-08 09:42:27.752  6880  6880 E AndroidRuntime: 	at androidx.navigation.NavController.navigate(NavController.java:868)
2021-10-08 09:42:27.752  6880  6880 E AndroidRuntime: 	at androidx.navigation.NavController.navigate(NavController.java:854)
2021-10-08 09:42:27.752  6880  6880 E AndroidRuntime: 	at androidx.navigation.NavController.navigate(NavController.java:1107)
2021-10-08 09:42:27.752  6880  6880 E AndroidRuntime: 	at com.android.samples.donuttracker.DonutList$onViewCreated$2.onClick(DonutList.kt:64)
2021-10-08 09:42:27.752  6880  6880 E AndroidRuntime: 	at android.view.View.performClick(View.java:7259)
2021-10-08 09:42:27.752  6880  6880 E AndroidRuntime: 	at android.view.View.performClickInternal(View.java:7236)
2021-10-08 09:42:27.752  6880  6880 E AndroidRuntime: 	at android.view.View.access$3600(View.java:801)
2021-10-08 09:42:27.752  6880  6880 E AndroidRuntime: 	at android.view.View$PerformClick.run(View.java:27896)
2021-10-08 09:42:27.752  6880  6880 E AndroidRuntime: 	at android.os.Handler.handleCallback(Handler.java:883)
2021-10-08 09:42:27.752  6880  6880 E AndroidRuntime: 	at android.os.Handler.dispatchMessage(Handler.java:100)
2021-10-08 09:42:27.752  6880  6880 E AndroidRuntime: 	at android.os.Looper.loop(Looper.java:214)
2021-10-08 09:42:27.752  6880  6880 E AndroidRuntime: 	at android.app.ActivityThread.main(ActivityThread.java:7397)
2021-10-08 09:42:27.752  6880  6880 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
2021-10-08 09:42:27.752  6880  6880 E AndroidRuntime: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:492)
2021-10-08 09:42:27.752  6880  6880 E AndroidRuntime: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:935)
@gmikhail
Copy link

gmikhail commented Mar 2, 2023

Because the problem is more global, I decided to create an issue in the official bug tracker. I will be glad to your thoughts.

https://issuetracker.google.com/issues/271303578

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants
@satur9nine @gmikhail and others