mirror of
https://github.com/rebelonion/Dantotsu.git
synced 2026-01-29 16:41:02 +00:00
extension filtering
This commit is contained in:
@@ -71,6 +71,10 @@ class AnimeExtensionsFragment : Fragment(),
|
||||
viewModel.setSearchQuery(query ?: "")
|
||||
}
|
||||
|
||||
override fun notifyDataChanged() {
|
||||
viewModel.invalidatePager()
|
||||
}
|
||||
|
||||
override fun onInstallClick(pkg: AnimeExtension.Available) {
|
||||
val context = requireContext()
|
||||
if (isAdded) {
|
||||
|
||||
Reference in New Issue
Block a user