mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2025-07-21 12:03:02 +00:00
Prevent the Game activity from being relaunch due to config changes that weren't handled before
This commit is contained in:
parent
b908c5cec3
commit
20635a3012
@ -29,7 +29,7 @@
|
|||||||
<activity
|
<activity
|
||||||
android:name="com.limelight.Game"
|
android:name="com.limelight.Game"
|
||||||
android:screenOrientation="sensorLandscape"
|
android:screenOrientation="sensorLandscape"
|
||||||
android:configChanges="orientation|keyboardHidden|screenSize"
|
android:configChanges="mcc|mnc|locale|touchscreen|keyboard|keyboardHidden|navigation|screenLayout|fontScale|uiMode|orientation|screenSize|smallestScreenSize|layoutDirection"
|
||||||
android:label="@string/title_activity_game"
|
android:label="@string/title_activity_game"
|
||||||
android:parentActivityName="com.limelight.Connection"
|
android:parentActivityName="com.limelight.Connection"
|
||||||
android:theme="@style/FullscreenTheme" >
|
android:theme="@style/FullscreenTheme" >
|
||||||
|
Loading…
x
Reference in New Issue
Block a user