mikepenz / MaterialDrawer

The flexible, easy to use, all in one drawer library for your Android project. Now brand new with material 2 design.
https://mikepenz.dev
Apache License 2.0
11.67k stars 2.05k forks source link

Add successListener to setupWithNavController() #2773

Closed Sternbach-Software closed 2 years ago

Sternbach-Software commented 2 years ago

So that caller can close soft input if open. From #2772. Notice how I did not break the API, by placing the new listener before the old listener, so if anyone used the setupWithNavController(controller) {...} syntax, the update would not break their code.

mikepenz commented 2 years ago

Merged :)