Merge "Always report mandatory insets for button nav" into 24D1-dev

This commit is contained in:
Kshitish Vyas
2024-06-10 18:32:14 +00:00
committed by Android (Google) Code Review
@@ -223,7 +223,8 @@ class TaskbarInsetsController(val context: TaskbarActivityContext) : LoggableTas
provider.insetsSize = getInsetsForGravityWithCutout(contentHeight, gravity, endRotation)
} else if (provider.type == mandatorySystemGestures()) {
if (context.isThreeButtonNav) {
provider.insetsSize = Insets.of(0, 0, 0, 0)
provider.insetsSize = getInsetsForGravityWithCutout(contentHeight, gravity,
endRotation)
} else {
val gestureHeight =
ResourceUtils.getNavbarSize(