mirror of
https://github.com/rebelonion/Dantotsu.git
synced 2026-01-29 08:31:01 +00:00
fix: extension page sorting order bug
This commit is contained in:
@@ -249,7 +249,8 @@ class InstalledNovelExtensionsFragment : Fragment(), SearchQueryHandler {
|
||||
filteredList.add(extension)
|
||||
}
|
||||
}
|
||||
submitList(filteredList)
|
||||
if (filteredList != currentList)
|
||||
submitList(filteredList)
|
||||
}
|
||||
|
||||
inner class ViewHolder(view: View) : RecyclerView.ViewHolder(view) {
|
||||
|
||||
Reference in New Issue
Block a user