AndroidManifest fix

This commit is contained in:
pokamest 2023-10-18 14:01:06 +01:00
parent de03435bac
commit e2ae341ba9

View file

@ -45,6 +45,7 @@
android:label="-- %%INSERT_APP_NAME%% --"
android:screenOrientation="unspecified"
android:launchMode="singleInstance"
android:windowSoftInputMode="adjustResize"
android:exported="true">
<!-- android:theme="@style/splashScreenTheme"-->