We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello,
The InitSessionComplete method gets called on wrong Activity instance.
InitSessionComplete
Repro: Branch_Testbed_Android project with SDK upgraded to 7.0.2 (lib 4.3.2)
Finish()
MainActivity
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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)
Finish()
to the end ofInitSessionComplete
MainActivity
is created (instance A)InitSessionComplete
gets called on instance AMainActivity
is created (instance B)InitSessionComplete
gets called on MainActivity instance AThe text was updated successfully, but these errors were encountered: