Fixed crashes caused by orientation changes

This commit is contained in:
daniel oeh 2012-08-11 22:59:54 +02:00
parent 7481a4c326
commit 69c3d2a589
1 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@
<activity
android:name=".activity.MainActivity"
android:label="@string/app_name"
android:theme="@style/StyledIndicators" >
android:theme="@style/StyledIndicators" android:configChanges="keyboardHidden|orientation">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
@ -155,7 +155,7 @@
</activity>
<activity
android:name=".activity.OpmlImportActivity"
android:label="@string/opml_import_label" >
android:label="@string/opml_import_label" android:configChanges="keyboardHidden|orientation">
</activity>
<activity
android:name=".activity.OpmlFeedChooserActivity"