From f3606fefb19785bcff509f3a70a206fd67883a66 Mon Sep 17 00:00:00 2001 From: Vit Horacek <36083550+mountiny@users.noreply.github.com> Date: Wed, 6 Sep 2023 17:57:57 +0800 Subject: [PATCH] Merge pull request #26859 from akinwale/task-drscrollfix-smallscreens [CP Staging] fix: change the contentContainerStyle for the DistanceRequest scroll view (cherry picked from commit 41526c305747559da5fe23915a39ac4b90194ed5) --- src/components/DistanceRequest.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/DistanceRequest.js b/src/components/DistanceRequest.js index efaf42639567..13f2b5ffc101 100644 --- a/src/components/DistanceRequest.js +++ b/src/components/DistanceRequest.js @@ -163,7 +163,7 @@ function DistanceRequest({iou, iouType, report, transaction, mapboxAccessToken}) useEffect(updateGradientVisibility, [scrollContainerHeight, scrollContentHeight]); return ( - + setScrollContainerHeight(lodashGet(event, 'nativeEvent.layout.height', 0))}