1
0
Fork 0
mirror of https://github.com/anyproto/anytype-kotlin.git synced 2025-06-08 05:47:05 +09:00

DROID-2289 App | Tech | Make app activity 'singleTask' (#980)

This commit is contained in:
Evgenii Kozlov 2024-03-05 18:36:12 +01:00 committed by uburoiubu
parent 58ae3a53c1
commit 0946f6ae2d
No known key found for this signature in database
GPG key ID: C8FB80E0A595FBB6

View file

@ -29,7 +29,7 @@
<activity
android:name="com.anytypeio.anytype.ui.main.MainActivity"
android:exported="true"
android:launchMode="singleTop"
android:launchMode="singleTask"
android:screenOrientation="portrait"
android:windowSoftInputMode="adjustResize">
<intent-filter>