-
Notifications
You must be signed in to change notification settings - Fork 66
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
Opens submenu multiple times if you click a child multiple times #41
Comments
This is not fixed, I can still reproduce this with 2.3.0 |
Because I assume internal fun navigateTo(entry: CascadeBackStackEntry) {
if (entry != backStack.lastOrNull()) {
backStack.add(entry)
}
} Each time I click, it creates another class thus the comparison fails, as its unique each time |
Serves me right for not adding an automated test for this 🙂. Let me fix this (again). |
saket
added a commit
that referenced
this issue
Oct 25, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am double clicking on that DropdownMenuItem which opens that submenu twice
The text was updated successfully, but these errors were encountered: