We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
setClosableOutside close the current activity when touch the non button area and go back to the previous activity.. please take a look
The text was updated successfully, but these errors were encountered:
I have the same problem, how to solve it?
Sorry, something went wrong.
try this: @OverRide public void onBackPressed() { if (mMenuDialogFragment != null && mMenuDialogFragment.isAdded()) { mMenuDialogFragment.dismiss(); } else{ finish(); } }
Fixed in new 1.0.5 version. Commit: ca09b47 You can find changelog in the readme: https://github.com/Yalantis/Context-Menu.Android/blob/master/README.md
1.0.5
changelog
readme
No branches or pull requests
setClosableOutside close the current activity when touch the non button area and go back to the previous activity.. please take a look
The text was updated successfully, but these errors were encountered: