Skip to content

Commit

Permalink
fix #68: Set status bar appearance based on theme
Browse files Browse the repository at this point in the history
  • Loading branch information
SriMani-7 committed Jun 7, 2024
1 parent 1453ac0 commit 9144a28
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ fun SnaptickTheme(
WindowCompat.getInsetsController(
window,
view
).isAppearanceLightStatusBars = true
).isAppearanceLightStatusBars = theme == AppTheme.Light
}
}

Expand Down

0 comments on commit 9144a28

Please sign in to comment.