Skip to content

Commit

Permalink
Merge pull request #73 from SriMani-7/resolve-issue-68
Browse files Browse the repository at this point in the history
fix #68: Set status bar appearance based on theme
  • Loading branch information
vishal2376 committed Jun 7, 2024
2 parents 1453ac0 + 9144a28 commit 1ff43cc
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 1ff43cc

Please sign in to comment.