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 07a6039 commit cecfc05Copy full SHA for cecfc05
app/src/main/AndroidManifest.xml
@@ -19,6 +19,8 @@
19
android:exported="true"
20
android:label="@string/app_name"
21
android:theme="@style/Theme.Tuk"
22
+ android:launchMode="singleTask"
23
+ android:screenOrientation="portrait"
24
android:windowSoftInputMode="adjustResize">
25
<intent-filter>
26
<action android:name="android.intent.action.MAIN" />
0 commit comments