Bug 1885399 - Fix clipping behaviour

fenix/125.0
mike a 2 months ago committed by mergify[bot]
parent 4424214894
commit 5bffd719c3

@ -1287,13 +1287,14 @@ abstract class BaseBrowserFragment :
ToolbarPosition.BOTTOM -> OldToolbarPosition.BOTTOM ToolbarPosition.BOTTOM -> OldToolbarPosition.BOTTOM
ToolbarPosition.TOP -> OldToolbarPosition.TOP ToolbarPosition.TOP -> OldToolbarPosition.TOP
} }
OldEngineViewClippingBehavior( (getSwipeRefreshLayout().layoutParams as CoordinatorLayout.LayoutParams).behavior =
context, OldEngineViewClippingBehavior(
null, context,
getSwipeRefreshLayout(), null,
toolbarHeight, getSwipeRefreshLayout(),
toolbarPosition, toolbarHeight,
) toolbarPosition,
)
} }
} else { } else {
// Ensure webpage's bottom elements are aligned to the very bottom of the engineView. // Ensure webpage's bottom elements are aligned to the very bottom of the engineView.

Loading…
Cancel
Save