mirror of
https://github.com/rebelonion/Dantotsu.git
synced 2026-01-28 15:11:02 +00:00
fix: profile recyclerViews
This commit is contained in:
@@ -353,6 +353,11 @@ class ProfileViewModel : ViewModel(){
|
||||
mangaFav.postValue(Anilist.query.userFavMedia(false, id))
|
||||
animeFav.postValue(Anilist.query.userFavMedia(true, id))
|
||||
listImages.postValue(Anilist.query.getUserBannerImages(id))
|
||||
}
|
||||
|
||||
fun refresh() {
|
||||
mangaFav.postValue(mangaFav.value)
|
||||
animeFav.postValue(animeFav.value)
|
||||
listImages.postValue(listImages.value)
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user