Hopper Icon as group type (#1683)

This commit is contained in:
Eshlender 2024-01-16 01:35:53 +05:00 committed by ziro
parent 45cd4a349a
commit d8894c71d1
Signed by: null2264
GPG key ID: BA64F8B60AF3EFB6

View file

@ -1245,6 +1245,11 @@ open class LibraryController(
},
),
)
binding.roundedCategoryHopper.categoryButton.setImageDrawable(
context.contextCompatDrawable(
LibraryGroup.groupTypeDrawableRes(presenter.groupType),
),
)
}
private fun showSlideAnimation() {