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

SDK-1499 Fix multi-activity bug #130

Merged
merged 1 commit into from
Feb 27, 2024
Merged

SDK-1499 Fix multi-activity bug #130

merged 1 commit into from
Feb 27, 2024

Conversation

jhaven-stytch
Copy link
Contributor

Linear Ticket: SDK-1499

Changes:

  1. Don't null the activity reference unless it matches the last resumed activity. Fixes a bug when an app presents multiple activities because of the differences in activity lifecycles (eg: killing an activity resumes the previous activity before the last activity is fully destroyed)

Notes:

  • Tested in workbench

Checklist:

  • I have verified that this change works in the relevant demo app, or N/A
  • I have added or updated any tests relevant to this change, or N/A
  • I have updated any relevant README files for this change, or N/A

…d activity. Fixes a bug when an app presents multiple activities because of the differences in activity lifecycles (eg: killing an activity resumes the previous activity _before_ the last activity is fully destroyed)
@jhaven-stytch jhaven-stytch requested a review from a team as a code owner February 27, 2024 15:00
@jhaven-stytch jhaven-stytch merged commit a5f5d04 into main Feb 27, 2024
4 checks passed
@jhaven-stytch jhaven-stytch deleted the jordan/SDK-1499 branch February 27, 2024 17:50
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.

2 participants