FunkyMuse
03/10/2021, 1:28 PMval favorites = viewModel.favoritesData.collectAsLazyPagingItems()
how do you know if the data you're getting contains anything, since itemCount is always 0 when i try to access it after the favorites, like favorites.itemCount?