Fixed crash caused by orientation change

This commit is contained in:
daniel oeh 2012-06-17 13:09:02 +02:00
parent 5001182aee
commit c2542c6f92
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@
</activity>
<activity android:name="de.podfetcher.activity.AddFeedActivity"
android:label="@string/add_new_feed_label"/>
<activity android:name="de.podfetcher.activity.FeedItemlistActivity"/>
<activity android:name="de.podfetcher.activity.FeedItemlistActivity" android:configChanges="orientation|screenSize"/>
<activity android:name="de.podfetcher.activity.ItemviewActivity"/>
<activity android:name="de.podfetcher.activity.DownloadActivity"
android:label="@string/downloads_label"/>