Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
zoontek committed Nov 10, 2024
1 parent fd91181 commit 2c2a651
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/src/main/java/com/lodev09/truesheet/core/Utils.kt
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ object Utils {

return if (EDGE_TO_EDGE) {
// getRealMetrics includes navigation bar height
// windowManager.defaultDisplay.getMetrics isn't
// windowManager.defaultDisplay.getMetrics doesn't
when (Build.VERSION.SDK_INT >= Build.VERSION_CODES.R) {
true -> screenHeight
false -> screenHeight + navigationBarHeight
Expand Down

0 comments on commit 2c2a651

Please sign in to comment.