Fixed crash when new feed was being added and the orientation changed

This commit is contained in:
daniel oeh 2012-07-14 19:58:13 +02:00
parent 072222763b
commit 4c847af6cd
1 changed files with 1 additions and 1 deletions

View File

@ -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"/>