The NavigationView automatically adapts to the current screen's size.
When it adapts from a "smaller" state to a "wider" state, e.g. from Compact to Expanded, the user's toggle gets overwritten.
When the NavigationView gets manually closed by the user and then adapts to a larger state, it should remain closed.
Describe the bug
The
NavigationView
automatically adapts to the current screen's size. When it adapts from a "smaller" state to a "wider" state, e.g. fromCompact
toExpanded
, the user's toggle gets overwritten.When the
NavigationView
gets manually closed by the user and then adapts to a larger state, it should remain closed.Screenshots (optional)
Additional context (optional)