Update HomeParentItemAdapterPreview.kt

This commit is contained in:
IndusAryan 2023-08-19 17:31:42 +05:30 committed by GitHub
parent f907a96e21
commit 305f8cc0ca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -539,7 +539,7 @@ class HomeParentItemAdapterPreview(
resumeAdapter.updateList(resumeWatching)
if (binding is FragmentHomeHeadBinding) {
binding.homeBookmarkParentItemTitle.setOnClickListener {
binding.homeWatchParentItemTitle.setOnClickListener {
viewModel.popup(
HomeViewModel.ExpandableHomepageList(
HomePageList(
@ -578,4 +578,4 @@ class HomeParentItemAdapterPreview(
}
}
}
}
}