What event will be fired when the drawer is start to open/close? #1866
-
Hi, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I'm able to detect the begin of open/close using onDrawerStateChanged. |
Beta Was this translation helpful? Give feedback.
I'm able to detect the begin of open/close using onDrawerStateChanged.
Have to mention that onDrawerStateChanged have 2 values passed back, the first one is state, and the 2nd is drawer is about to open or close. The 2nd has no mention in the docs, it should be there.