Skip to content

Commit

Permalink
Update v3_MIGRATION_GUIDE.md
Browse files Browse the repository at this point in the history
Co-authored-by: Tim Chow <[email protected]>
  • Loading branch information
sarahkoop and tdchow authored Feb 5, 2024
1 parent 9808c70 commit 73119c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v3_MIGRATION_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ class MyActivity : ComponentActivity() {

## Launch Modes

If your deep link destination activity is configured in the `AndroidManifest.xml` with `android:launchMode="singleTop"`, `android:launchMode="singleTask"` or `android:launchMode="singleInstance"` handle the return to app from browser with the intent from `onNewIntent` rather than `onResume`
If your deep link destination activity is configured in the `AndroidManifest.xml` with `android:launchMode="singleTop"`, `android:launchMode="singleTask"` or `android:launchMode="singleInstance"` handle the return to app from browser with the intent from `onNewIntent` rather than `onResume`.

```kotlin
class MySingleTopActivity : ComponentActivity() {
Expand Down

0 comments on commit 73119c5

Please sign in to comment.