asdsolutions-os / duo-navigation-drawer

A flexible, easy to use, unique drawer library for your Android project.
http://psdcompany.nl/
Apache License 2.0
1.1k stars 191 forks source link

How to override onBackPressed method instead of back to activity? #34

Open topex-psy opened 5 years ago

topex-psy commented 5 years ago

Is it possible to override onBackPressed method instead of back to activity? How to do it? When I try override it on my main activity, it's not working. Thank you.