Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support MiniDrawer in NavController setups #2690

Merged
merged 1 commit into from
Dec 18, 2020
Merged

Support MiniDrawer in NavController setups #2690

merged 1 commit into from
Dec 18, 2020

Conversation

mikepenz
Copy link
Owner

  • support MiniDrawer in the navController setup by informing click events before the onDrawerItemClickListener
    • FIX Problem with selection in minidrawer #2688
    • Note: This is a potential breaking change as it's no longer possible to consume the event from the onDrawerItemClickListener before informing the miniDrawer (which in general should be seen as an exception regardless, as it will prevent both to stay in sync)

…ents before the `onDrawerItemClickListener`

  - FIX #2688
  - Note: This is a potential breaking change as it's no longer possible to consume the event from the `onDrawerItemClickListener` before informing the `miniDrawer` (which in general should be seen as an exception regardless, as it will prevent both to stay in sync)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Problem with selection in minidrawer
1 participant