diff --git a/packages/core/ui/core/properties/index.ts b/packages/core/ui/core/properties/index.ts index 2c0eaf5a8..398e95ec7 100644 --- a/packages/core/ui/core/properties/index.ts +++ b/packages/core/ui/core/properties/index.ts @@ -1375,7 +1375,7 @@ export const initNativeView = profile('"properties".initNativeView', function in // if the view requestLayout was not suspended before // it means we can request a layout if needed. // will be done after otherwise - view.suspendRequestLayout = false; + view.suspendRequestLayout = wasSuspended; if (!wasSuspended && view.isLayoutRequestNeeded) { view.requestLayout(); }