fixing a view id

This commit is contained in:
Tibor Kaputa
2023-08-25 00:30:30 +02:00
committed by GitHub
parent 168dcc9f71
commit 425f6622ce

View File

@@ -50,7 +50,7 @@ class RecentsFragment(context: Context, attributeSet: AttributeSet) : MyViewPage
override fun setupColors(textColor: Int, primaryColor: Int, properPrimaryColor: Int) { override fun setupColors(textColor: Int, primaryColor: Int, properPrimaryColor: Int) {
binding.recentsPlaceholder.setTextColor(textColor) binding.recentsPlaceholder.setTextColor(textColor)
binding.recentsPlaceholder.setTextColor(properPrimaryColor) binding.recentsPlaceholder2.setTextColor(properPrimaryColor)
recentsAdapter?.apply { recentsAdapter?.apply {
initDrawables() initDrawables()