|
|
@ -61,7 +61,7 @@ class BooksDiffCallBack(private val oldItems: List<Book>, private val newItems: |
|
|
|
|| oldItem.getUnreadChapterNum() != newItem.getUnreadChapterNum() |
|
|
|
|| oldItem.getUnreadChapterNum() != newItem.getUnreadChapterNum() |
|
|
|
|| oldItem.lastCheckCount != newItem.lastCheckCount |
|
|
|
|| oldItem.lastCheckCount != newItem.lastCheckCount |
|
|
|
) { |
|
|
|
) { |
|
|
|
bundle.putString("refresh", null) |
|
|
|
bundle.putBoolean("refresh", true) |
|
|
|
} |
|
|
|
} |
|
|
|
if (bundle.isEmpty) return null |
|
|
|
if (bundle.isEmpty) return null |
|
|
|
return bundle |
|
|
|
return bundle |
|
|
|