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

Branch keeps reference to old Activity instance #120

Open
sabvente opened this issue Mar 12, 2020 · 0 comments
Open

Branch keeps reference to old Activity instance #120

sabvente opened this issue Mar 12, 2020 · 0 comments

Comments

@sabvente
Copy link

Hello,

The InitSessionComplete method gets called on wrong Activity instance.

Repro:
Branch_Testbed_Android project with SDK upgraded to 7.0.2 (lib 4.3.2)

  • Add Finish() to the end of InitSessionComplete
  • Run app
  • New instance of MainActivity is created (instance A)
  • InitSessionComplete gets called on instance A
  • Press home button
  • Open app from launcher
  • New instance of MainActivity is created (instance B)
  • InitSessionComplete gets called on MainActivity instance A
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

No branches or pull requests

1 participant