Skip to content

Commit

Permalink
Merge pull request #434 from Iterable/MOB-4026-Apps-hiding-form-Recen…
Browse files Browse the repository at this point in the history
…t-apps

[MOB - 4026] Fix - App not visible in recent apps
  • Loading branch information
Ayyanchira authored Mar 9, 2022
2 parents 9322ada + fae87d0 commit 67b910c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iterableapi/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<activity
android:name=".IterableTrampolineActivity"
android:exported="false"
android:launchMode="singleInstance"
android:launchMode="singleTop"
android:theme="@style/TrampolineActivity.Transparent"/>
</application>

Expand Down

0 comments on commit 67b910c

Please sign in to comment.