Skip to content
This repository has been archived by the owner on Nov 25, 2019. It is now read-only.

Commit

Permalink
Prevent DictionariesActivity destruction on orientation change which …
Browse files Browse the repository at this point in the history
…causes crash during data integrity check
  • Loading branch information
itkach committed Jan 16, 2013
1 parent 71a39a2 commit 0af71f3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
<application android:allowBackup="true"
android:icon="@drawable/aarddict"
android:label="@string/appName">
<activity android:name=".DictionariesActivity"
<activity android:name=".DictionariesActivity"
android:configChanges="keyboard|keyboardHidden|orientation|screenSize|smallestScreenSize"
android:label="@string/appName">
<intent-filter>
<action android:name="android.intent.action.VIEW" />
Expand Down

0 comments on commit 0af71f3

Please sign in to comment.