-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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 onBackPressed deprecation of CardTemplateEditor #17599
fix onBackPressed deprecation of CardTemplateEditor #17599
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good.
One extra thing left over is a call in CardTemplateEditor's _onOptionsItemSelected()_method to the deprecated onBackPressed() that should be replaced with:
onBackPressedDispatcher.onBackPressed()
b488890
to
6086474
Compare
6086474
to
4e5c018
Compare
4e5c018
to
a248373
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great, cheers!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks for making the changes.
Purpose / Description
fix onBackPressed deprecation of CardTemplateEditor
Fixes
How Has This Been Tested?
Physical Device
Checklist
Please, go through these checks before submitting the PR.