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

Call setIntent when override onNewIntent for DefoldActivity #6406

Merged
merged 1 commit into from Feb 21, 2022

Conversation

AGulev
Copy link
Contributor

@AGulev AGulev commented Feb 14, 2022

Some SDKs (for example AppsFlyer) save data in intent ( in case with Appsflyer it's deep links data).
To be able to get this data app should be in singleTop mode or manually override onNewIntent and call setIntent.

But changing activity mode to singleTop is a bit risky and maybe a reason for regression when working with native extensions.

@AGulev AGulev requested a review from britzl February 14, 2022 15:41
@AGulev AGulev merged commit bf99d20 into dev Feb 21, 2022
@AGulev AGulev deleted the on-new-intent branch February 21, 2022 08:39
@britzl britzl added this to In progress in 1.3.0 via automation Feb 23, 2022
@britzl britzl moved this from In progress to Done in 1.3.0 Feb 23, 2022
JCash pushed a commit that referenced this pull request Apr 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
1.3.0
  
Done
Development

Successfully merging this pull request may close these issues.

None yet

2 participants