Hotfix: Drawer Navigation Unsubscribe
Fixes drawer handler not unsubscribing when selecting a navigation item.
What's Fixed
- Drawer handler now unsubscribes immediately when navigating to a new screen
- Previously, selecting a drawer item would navigate but leave drawer handler subscribed
- This caused input to still route to the (invisible) drawer instead of the new view