mirror of
https://github.com/recloudstream/cloudstream.git
synced 2024-08-15 01:53:11 +00:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
10c1ea2f02
2 changed files with 4 additions and 4 deletions
|
@ -539,7 +539,7 @@ class HomeParentItemAdapterPreview(
|
||||||
resumeAdapter.updateList(resumeWatching)
|
resumeAdapter.updateList(resumeWatching)
|
||||||
|
|
||||||
if (binding is FragmentHomeHeadBinding) {
|
if (binding is FragmentHomeHeadBinding) {
|
||||||
binding.homeBookmarkParentItemTitle.setOnClickListener {
|
binding.homeWatchParentItemTitle.setOnClickListener {
|
||||||
viewModel.popup(
|
viewModel.popup(
|
||||||
HomeViewModel.ExpandableHomepageList(
|
HomeViewModel.ExpandableHomepageList(
|
||||||
HomePageList(
|
HomePageList(
|
||||||
|
|
|
@ -61,7 +61,7 @@
|
||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent"
|
||||||
android:layout_gravity="center"
|
android:layout_gravity="center"
|
||||||
android:layout_marginStart="-50dp"
|
android:layout_marginStart="-50dp"
|
||||||
android:background="?android:attr/selectableItemBackgroundBorderless"
|
android:foreground="?android:attr/selectableItemBackgroundBorderless"
|
||||||
android:contentDescription="@string/account"
|
android:contentDescription="@string/account"
|
||||||
android:nextFocusLeft="@id/home_search"
|
android:nextFocusLeft="@id/home_search"
|
||||||
android:padding="10dp"
|
android:padding="10dp"
|
||||||
|
|
Loading…
Reference in a new issue