SpecialCyCi / AndroidResideMenu

The idea of ResideMenu is from Dribbble 1 and 2. It has come true and run in iOS devices. iOS ResideMenu This project is the RefsideMenu Android version. The visual effect is partly referred to iOS version of ResideMenu. And thanks to the authors for the above idea and contribution.
MIT License
2.85k stars 1.1k forks source link

OnBackpressed closing the activity #133

Closed altaf2892 closed 7 years ago

altaf2892 commented 7 years ago

why onBackpress closing the activity and not go to previous fragment?

i have One class named HomeActivity and i have implemented ResideMenu in it with thress items(fragmnets) but when i open menu and go to 1fragment > 2fragment > 3fragment (without pressing back button yet) and when i press back button from 3fragmnet it directly closing the activity ,, whereAs it has to go to 2fragment??? how to handle back press???