Skip to content
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

Fix Deprecated super.onBackPressed() #2944

Closed
Tracked by #2338
anandwana001 opened this issue Dec 17, 2024 · 0 comments · Fixed by #2945
Closed
Tracked by #2338

Fix Deprecated super.onBackPressed() #2944

anandwana001 opened this issue Dec 17, 2024 · 0 comments · Fixed by #2945
Assignees

Comments

@anandwana001
Copy link
Collaborator

anandwana001 commented Dec 17, 2024

Deprecated("Deprecated in Java")
override fun onBackPressed() {
if (!dispatchBackPressed()) super.onBackPressed()
}

MainActivity

@anandwana001 anandwana001 changed the title super.onBackPressed() Fix Deprecated super.onBackPressed() Dec 17, 2024
@anandwana001 anandwana001 self-assigned this Dec 17, 2024
@anandwana001 anandwana001 moved this to In Progress in Ground Dec 17, 2024
@github-project-automation github-project-automation bot moved this from In Progress to Done in Ground Dec 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant