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

[FC] Stop using new getParcelableExtra API 33 method. #6900

Merged
merged 1 commit into from
Jun 20, 2023

Conversation

carlosmuvi-stripe
Copy link
Collaborator

Summary

  • We're seeing crashes when using the new getParcelableExtra method on Android 13 devices
  • See https://issuetracker.google.com/issues/240585930#comment6
  • Temporary solution listed in the issue tracker: if you are impacted, the way forward for now is to continue using the older APIs for Android 13 and below. They are marked as @Deprecated, but still work as intended.

Motivation

Testing

  • Added tests
  • Modified tests
  • Manually verified

Screenshots

Before After
before screenshot after screenshot

Changelog

@carlosmuvi-stripe carlosmuvi-stripe changed the title carlosmuvi/use-deprecated-getparcelable [FC] Stop using new getParcelableExtra API 33 method. Jun 20, 2023
@carlosmuvi-stripe carlosmuvi-stripe merged commit 6889167 into master Jun 20, 2023
7 checks passed
@carlosmuvi-stripe carlosmuvi-stripe deleted the carlosmuvi/use-deprecated-getparcelable branch June 20, 2023 19:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants