Merge remote-tracking branch 'origin/master'

This commit is contained in:
LagradOst 2023-08-19 17:03:47 +02:00
commit 10c1ea2f02
2 changed files with 4 additions and 4 deletions

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(
}
}
}
}
}

View File

@ -61,7 +61,7 @@
android:layout_height="match_parent"
android:layout_gravity="center"
android:layout_marginStart="-50dp"
android:background="?android:attr/selectableItemBackgroundBorderless"
android:foreground="?android:attr/selectableItemBackgroundBorderless"
android:contentDescription="@string/account"
android:nextFocusLeft="@id/home_search"
android:padding="10dp"
@ -288,4 +288,4 @@
app:layoutManager="androidx.recyclerview.widget.LinearLayoutManager"
tools:listitem="@layout/home_result_grid" />
</LinearLayout>
</LinearLayout>
</LinearLayout>