Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
View issue level access limits(Press Alt + Right arrow for more information)
Unintended behavior
View staffing
Description
compose-navigation, compose-material version 1.3.1
Hello, I want disable Swipe to dismiss gesture in Wear App. so, luckily I found that is already support in wear-compose-navigation.
And found sample code in ACS.https://cs.android.com/androidx/platform/frameworks/support/+/androidx-main:wear/compose/compose-navigation/src/androidTest/kotlin/androidx/wear/compose/navigation/SwipeDismissableNavHostTest.kt;l=450?q=SwipeDismissWithNavigation&sq=
But this is not working.. I tried below code and it's same code in ACS.
Swipe to dismiss is still available despite of "userSwipeEnabled = false" Is this wrong use case or Bug ? please let me know :D
Thanks.