Hitomis / CircleMenu

Delicate, chic and supports customizable circle menu
955 stars 140 forks source link

Close menu #3

Closed tellfa closed 7 years ago

tellfa commented 7 years ago

Hi @Hitomis , i use this library. i write this code but when click on back button, not close the menu! when press back button close activity!

@Override public void onBackPressed() { if (profile_circleMenu.isOpened()) { profile_circleMenu.closeMenu(); } super.onBackPressed(); }

how can close menu with backButton?

Thnx ❤️

Hitomis commented 7 years ago

Ha, please remove this line of code: super.onBackPressed();

tellfa commented 7 years ago

Thnx @Hitomis , please release such as this library again 😄 ❤️

Hitomis commented 7 years ago

@tellfa The official version has been released and the README documentation has been updated