summaryrefslogtreecommitdiff
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authordaniel oeh <daniel.oeh@gmail.com>2012-07-14 19:58:13 +0200
committerdaniel oeh <daniel.oeh@gmail.com>2012-07-14 19:58:13 +0200
commit4c847af6cd986d13b4a98699863b65dc73c7f2c3 (patch)
tree2764877d5f14a03d04d374e6ffb517349b34066e /AndroidManifest.xml
parent072222763bfc6ab167d88f9583ba364cdd6dcda9 (diff)
downloadAntennaPod-4c847af6cd986d13b4a98699863b65dc73c7f2c3.zip
Fixed crash when new feed was being added and the orientation changed
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index fd9c4fb10..842240a9d 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -30,7 +30,7 @@
</activity>
<activity
android:name="de.danoeh.antennapod.activity.AddFeedActivity"
- android:label="@string/add_new_feed_label" >
+ android:label="@string/add_new_feed_label" android:configChanges="keyboardHidden|orientation">
<intent-filter>
<action android:name="android.intent.action.SEND"/>
<category android:name="android.intent.category.DEFAULT"/>