mirror of
https://github.com/SimpleMobileTools/Simple-Dialer.git
synced 2025-06-05 21:49:23 +02:00
update the navigation bar color on some other views too
This commit is contained in:
@ -79,6 +79,7 @@ class CallActivity : SimpleActivity() {
|
||||
override fun onResume() {
|
||||
super.onResume()
|
||||
updateState()
|
||||
updateNavigationBarColor(getBottomTabsBackgroundColor())
|
||||
}
|
||||
|
||||
override fun onDestroy() {
|
||||
|
@ -127,6 +127,7 @@ class DialpadActivity : SimpleActivity() {
|
||||
super.onResume()
|
||||
updateTextColors(dialpad_holder)
|
||||
dialpad_clear_char.applyColorFilter(getProperTextColor())
|
||||
updateNavigationBarColor(getBottomTabsBackgroundColor())
|
||||
}
|
||||
|
||||
override fun onCreateOptionsMenu(menu: Menu): Boolean {
|
||||
|
Reference in New Issue
Block a user