update the navigation bar color on some other views too

This commit is contained in:
tibbi 2022-06-24 18:11:01 +02:00
parent bce69ab8b0
commit 1b939f2057
2 changed files with 2 additions and 0 deletions

View File

@ -79,6 +79,7 @@ class CallActivity : SimpleActivity() {
override fun onResume() {
super.onResume()
updateState()
updateNavigationBarColor(getBottomTabsBackgroundColor())
}
override fun onDestroy() {

View File

@ -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 {