We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9816dd3 commit e2bd98cCopy full SHA for e2bd98c
app/src/main/AndroidManifest.xml
@@ -34,7 +34,9 @@
34
</intent-filter>
35
</activity>
36
37
- <activity android:name=".feature_downloader.presentation.DownloadManagementActivity" />
+ <activity
38
+ android:launchMode= "singleTop"
39
+ android:name=".feature_downloader.presentation.DownloadManagementActivity" />
40
41
<activity
42
android:name="com.google.android.gms.oss.licenses.OssLicensesMenuActivity"
0 commit comments