-
Notifications
You must be signed in to change notification settings - Fork 337
New issue
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
OnBackPressed() deprecated Android13 #742
Comments
If someone has figured out how to do it with OnBackPressedDispatcher instead of OnBackPressed, could you please update the code sample here: |
@tranb3r @maxkoshevoi @rohitvipin - did anyone get a working sample for the OnBackPressedDispatcher? |
Sorry, I've migrated to Maui, and I do not have this issue anymore with Mopups. |
💬 Questions and Help
Today I increased the target SDK of my project to 33 and I saw that OnBackPressed() method is deprecated. Could you explain how can we override this method when target sdk is 33?
The text was updated successfully, but these errors were encountered: