Skip to content

Commit e2bd98c

Browse files
committed
fixed multiple download screen bug
1 parent 9816dd3 commit e2bd98c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

app/src/main/AndroidManifest.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,9 @@
3434
</intent-filter>
3535
</activity>
3636

37-
<activity android:name=".feature_downloader.presentation.DownloadManagementActivity" />
37+
<activity
38+
android:launchMode= "singleTop"
39+
android:name=".feature_downloader.presentation.DownloadManagementActivity" />
3840

3941
<activity
4042
android:name="com.google.android.gms.oss.licenses.OssLicensesMenuActivity"

0 commit comments

Comments
 (0)