Skip to content

Commit

Permalink
fix vishal2376#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 6, 2024
1 parent 1453ac0 commit 623837c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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 623837c

Please # to comment.