mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-08 05:11:51 +08:00
Prevent crash on hardware keyboard connect
This commit is contained in:
@@ -16,7 +16,8 @@
|
||||
|
||||
<activity android:name="in.celest.xash3d.LauncherActivity"
|
||||
android:label="@string/launcher_name"
|
||||
android:windowSoftInputMode="adjustResize">
|
||||
android:windowSoftInputMode="adjustResize"
|
||||
android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|uiMode|screenSize|smallestScreenSize">
|
||||
<intent-filter>
|
||||
<action android:name="in.celest.xash3d.LauncherActivity"/>
|
||||
<action android:name="android.intent.action.MAIN" />
|
||||
@@ -66,7 +67,7 @@
|
||||
-->
|
||||
<activity android:name="in.celest.xash3d.XashActivity"
|
||||
android:screenOrientation="sensorLandscape"
|
||||
android:configChanges="orientation|screenSize"
|
||||
android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|uiMode|screenSize|smallestScreenSize"
|
||||
android:label="@string/app_name">
|
||||
<intent-filter>
|
||||
<action android:name="in.celest.xash3d.START" />
|
||||
|
||||
@@ -36,8 +36,8 @@
|
||||
|
||||
<activity android:name="in.celest.xash3d.LauncherActivity"
|
||||
android:label="@string/launcher_name_test"
|
||||
android:windowSoftInputMode="adjustResize"
|
||||
>
|
||||
android:windowSoftInputMode="adjustResize"
|
||||
android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|uiMode|screenSize|smallestScreenSize">
|
||||
<intent-filter>
|
||||
<action android:name="in.celest.xash3d.LauncherActivity"/>
|
||||
<action android:name="android.intent.action.MAIN" />
|
||||
@@ -75,7 +75,7 @@
|
||||
</activity>-->
|
||||
<activity android:name="in.celest.xash3d.XashActivity"
|
||||
android:screenOrientation="sensorLandscape"
|
||||
android:configChanges="orientation|screenSize"
|
||||
android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|uiMode|screenSize|smallestScreenSize"
|
||||
android:windowSoftInputMode="adjustResize"
|
||||
android:label="@string/app_name">
|
||||
<intent-filter>
|
||||
|
||||
Reference in New Issue
Block a user