mirror of
https://github.com/SimpleMobileTools/Simple-Dialer.git
synced 2025-06-05 21:49:23 +02:00
properly update all colors if needed
This commit is contained in:
@ -28,4 +28,8 @@ abstract class MyViewPagerFragment(context: Context, attributeSet: AttributeSet)
|
||||
}
|
||||
|
||||
abstract fun setupFragment()
|
||||
|
||||
abstract fun textColorChanged(color: Int)
|
||||
|
||||
abstract fun primaryColorChanged(color: Int)
|
||||
}
|
||||
|
Reference in New Issue
Block a user