Skip to content

Commit

Permalink
use proper status bar color at call screen with Material You theme
Browse files Browse the repository at this point in the history
  • Loading branch information
tibbi committed Jun 8, 2023
1 parent 4df2334 commit 0d2bc71
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ android {
}

dependencies {
implementation 'com.github.SimpleMobileTools:Simple-Commons:9950e5f837'
implementation 'com.github.SimpleMobileTools:Simple-Commons:4d2a8db66f'
implementation 'com.github.tibbi:IndicatorFastScroll:4524cd0b61'
implementation 'me.grantland:autofittextview:0.2.1'
}
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,10 @@ class CallActivity : SimpleActivity() {
super.onResume()
updateState()
updateNavigationBarColor(getProperBackgroundColor())

if (config.isUsingSystemTheme) {
updateStatusbarColor(getProperBackgroundColor())
}
}

override fun onDestroy() {
Expand Down

0 comments on commit 0d2bc71

Please sign in to comment.