Updated on 2026-08-14
This commit is contained in:
parent
ac3688c1fa
commit
50c0e0d38e
1 changed files with 1 additions and 1 deletions
|
|
@ -85,7 +85,7 @@ class MainActivity : AppCompatActivity(), SnackbarHandler {
|
|||
|
||||
private fun systemActions() {
|
||||
// makes the status bar text dark
|
||||
window.decorView.systemUiVisibility = View.SYSTEM_UI_FLAG_LIGHT_STATUS_BAR
|
||||
window.decorView.systemUiVisibility = View.SYSTEM_UI_FLAG_FULLSCREEN
|
||||
|
||||
val windowInsetsController = WindowInsetsControllerCompat(window, binding.root)
|
||||
windowInsetsController.isAppearanceLightStatusBars = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue