mirror of
https://github.com/rebelonion/Dantotsu.git
synced 2026-01-29 19:31:04 +00:00
fix: extension page sorting order bug
This commit is contained in:
@@ -315,7 +315,8 @@ class InstalledMangaExtensionsFragment : 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