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:
parent
58ae3a53c1
commit
0946f6ae2d
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue