-
To make my application work more in line with other native Android applications, I would like to close navigation drawer when currently active route is clicked. Is there any elegant way to achieve it, without adding onClick handlers on each route? |
Beta Was this translation helpful? Give feedback.
Answered by
joshas
Oct 10, 2023
Replies: 1 comment
-
Solution:
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
joshas
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Solution:
disable-route-watcher
prop to Drawer, to disable automatic hiding on route change.