Skip to content

Commit 67b910c

Browse files
authored
Merge pull request #434 from Iterable/MOB-4026-Apps-hiding-form-Recent-apps
[MOB - 4026] Fix - App not visible in recent apps
2 parents 9322ada + fae87d0 commit 67b910c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

iterableapi/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<activity
2626
android:name=".IterableTrampolineActivity"
2727
android:exported="false"
28-
android:launchMode="singleInstance"
28+
android:launchMode="singleTop"
2929
android:theme="@style/TrampolineActivity.Transparent"/>
3030
</application>
3131

0 commit comments

Comments
 (0)