mirror of
https://github.com/SimpleMobileTools/Simple-Dialer.git
synced 2025-06-05 21:49:23 +02:00
fixing a view id
This commit is contained in:
@@ -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()
|
||||
|
Reference in New Issue
Block a user