Skip to content

Commit

Permalink
Fix excess bottom spacing between Taskbar and system navbar in deskto…
Browse files Browse the repository at this point in the history
…p mode on Android 13+
  • Loading branch information
farmerbb committed Sep 12, 2024
1 parent f475e15 commit a81f81f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ protected int getBottomMargin(Context context) {
return U.getDisplayInfo(context).displayDefaultsToFreeform
&& !U.isChromeOs(context)
&& !U.isShowHideNavbarSupported()
&& U.getCurrentApiVersion() < 33.0f
&& TaskbarPosition.isBottom(context) ? U.getNavbarHeight(context) : -1;
}

Expand Down

0 comments on commit a81f81f

Please sign in to comment.