Loading quickstep/src/com/android/launcher3/taskbar/TaskbarInsetsController.kt +2 −1 Original line number Diff line number Diff line Loading @@ -236,7 +236,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( Loading Loading
quickstep/src/com/android/launcher3/taskbar/TaskbarInsetsController.kt +2 −1 Original line number Diff line number Diff line Loading @@ -236,7 +236,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( Loading