mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-20 21:18:07 +00:00
Force navigation bar to use dark mode in Call activity
This commit is contained in:
parent
ef9339e912
commit
483e88a02d
1 changed files with 4 additions and 5 deletions
|
|
@ -121,11 +121,10 @@ class CallActivity : GenericActivity() {
|
|||
}
|
||||
|
||||
override fun onCreate(savedInstanceState: Bundle?) {
|
||||
enableEdgeToEdge(
|
||||
statusBarStyle = SystemBarStyle.auto(Color.TRANSPARENT, Color.TRANSPARENT) {
|
||||
true // Force dark mode
|
||||
}
|
||||
)
|
||||
val style = SystemBarStyle.auto(Color.TRANSPARENT, Color.TRANSPARENT) {
|
||||
true // Force dark mode
|
||||
}
|
||||
enableEdgeToEdge(style, style)
|
||||
super.onCreate(savedInstanceState)
|
||||
|
||||
binding = DataBindingUtil.setContentView(this, R.layout.call_activity)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue