diff --git a/res/xml/preferences.xml b/res/xml/preferences.xml index 291a5ce5..d2bae786 100644 --- a/res/xml/preferences.xml +++ b/res/xml/preferences.xml @@ -94,11 +94,6 @@ android:summary="@string/combined_mode_summary" android:title="@string/combined_mode" /> - - , Parcelable { if (feed == this) return true; + if (feed == null) + return false; + return feed.id == this.id && (this.title == null || this.title.equals(feed.title)) && this.is_cat == feed.is_cat; }