转为新的list

This commit is contained in:
renhaoting 2026-01-19 10:46:35 +08:00
parent 153f385503
commit 9eed617b38
1 changed files with 1 additions and 1 deletions

View File

@ -271,7 +271,7 @@ class HomeFragment : AppViewsFragment<ViewBinding, UiState, ViewModel>(), OnSwit
override fun ViewBinding.onUiStateCollect(uiState: UiState) {
showCurListInfo("------- before ---------")
mViewPagerAdapter.submitList(uiState.playLists)
mViewPagerAdapter.submitList(uiState.playLists?.toList())
lifecycleScope.launch {
showCurListInfo("------- after ---------")
}