use proper status bar color at call screen with Material You theme

This commit is contained in:
tibbi
2023-06-08 17:18:40 +02:00
parent 4df23346d3
commit 0d2bc71e79
2 changed files with 5 additions and 1 deletions

View File

@ -62,7 +62,7 @@ android {
} }
dependencies { dependencies {
implementation 'com.github.SimpleMobileTools:Simple-Commons:9950e5f837' implementation 'com.github.SimpleMobileTools:Simple-Commons:4d2a8db66f'
implementation 'com.github.tibbi:IndicatorFastScroll:4524cd0b61' implementation 'com.github.tibbi:IndicatorFastScroll:4524cd0b61'
implementation 'me.grantland:autofittextview:0.2.1' implementation 'me.grantland:autofittextview:0.2.1'
} }

View File

@ -87,6 +87,10 @@ class CallActivity : SimpleActivity() {
super.onResume() super.onResume()
updateState() updateState()
updateNavigationBarColor(getProperBackgroundColor()) updateNavigationBarColor(getProperBackgroundColor())
if (config.isUsingSystemTheme) {
updateStatusbarColor(getProperBackgroundColor())
}
} }
override fun onDestroy() { override fun onDestroy() {