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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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