mirror of
https://github.com/rebelonion/Dantotsu.git
synced 2026-02-01 04:41:05 +00:00
extension filtering
This commit is contained in:
@@ -76,7 +76,9 @@ class AnimeExtensionsViewModel(
|
||||
prefetchDistance = 15
|
||||
)
|
||||
) {
|
||||
AnimeExtensionPagingSource(available, installed, query)
|
||||
val aEPS = AnimeExtensionPagingSource(available, installed, query)
|
||||
currentPagingSource = aEPS
|
||||
aEPS
|
||||
}.flow
|
||||
}.cachedIn(viewModelScope)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user