mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-25 09:58:11 +01:00
remove claim to handle orientation changes. Now on screen turn
activity is destroyed and recreated, allowing to lay the board out anew. This is inefficient, but a good test for now.
This commit is contained in:
parent
4b9c328d8e
commit
ef68670c0c
1 changed files with 0 additions and 1 deletions
|
@ -66,7 +66,6 @@
|
|||
android:theme="@android:style/Theme.Light"
|
||||
android:label="@string/title_game"
|
||||
android:screenOrientation="sensor"
|
||||
android:configChanges="keyboardHidden|orientation"
|
||||
>
|
||||
<!-- This filter says that we can edit the data of a game, i.e. play -->
|
||||
<intent-filter android:label="@string/play">
|
||||
|
|
Loading…
Reference in a new issue