onBackPressed How to return backbutton press to android -


i have popupwindow close in onbackpressed in activity. when popupwindow not visible button pressed activity should closed , control should go home screen.

i not have way there no return code in onbackpressed, clues?

try check whether popupwindow visible or not, if not not call super.onbackpressed(); in onbackpress method, should work.


Comments

Popular posts from this blog

matlab - Deleting rows with specific rules -

jquery - How would i go about shortening this code? And to cancel the previous click on click of new section? -