Skip to content

Commit

Permalink
优化
Browse files Browse the repository at this point in the history
  • Loading branch information
821938089 committed Dec 21, 2024
1 parent e4a13eb commit d4f5115
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,7 @@ class BookSourceAdapter(context: Context, val callBack: CallBack) :
}

override fun areContentsTheSame(oldItem: BookSourcePart, newItem: BookSourcePart): Boolean {
return !showSourceHost
&& oldItem.bookSourceName == newItem.bookSourceName
return oldItem.bookSourceName == newItem.bookSourceName
&& oldItem.bookSourceGroup == newItem.bookSourceGroup
&& oldItem.enabled == newItem.enabled
&& oldItem.enabledExplore == newItem.enabledExplore
Expand Down

0 comments on commit d4f5115

Please sign in to comment.