mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-28 09:58:30 +01:00
set configchanges on chat activity -- it handles orientations changes fine.
This commit is contained in:
parent
71b09b80ab
commit
223d2d6e92
1 changed files with 3 additions and 1 deletions
|
@ -121,7 +121,9 @@
|
||||||
<activity android:name="DictBrowseActivity"
|
<activity android:name="DictBrowseActivity"
|
||||||
android:configChanges="keyboardHidden|orientation"
|
android:configChanges="keyboardHidden|orientation"
|
||||||
/>
|
/>
|
||||||
<activity android:name="ChatActivity"/>
|
<activity android:name="ChatActivity"
|
||||||
|
android:configChanges="keyboardHidden|orientation"
|
||||||
|
/>
|
||||||
|
|
||||||
<service android:name="RelayService"/>
|
<service android:name="RelayService"/>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue