File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
common/cpp/react/renderer/components/safeareacontext Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -88,13 +88,13 @@ void RNCSafeAreaViewShadowNode::adjustLayoutWithState() {
88
88
defaultMargin);
89
89
}
90
90
91
- top. points (getEdgeValue (
91
+ top = Style::Length:: points (getEdgeValue (
92
92
edges.top , stateData.insets .top , top.value ().unwrapOrDefault (0 )));
93
- left. points (getEdgeValue (
93
+ left = Style::Length:: points (getEdgeValue (
94
94
edges.left , stateData.insets .left , left.value ().unwrapOrDefault (0 )));
95
- right. points (getEdgeValue (
95
+ right = Style::Length:: points (getEdgeValue (
96
96
edges.right , stateData.insets .right , right.value ().unwrapOrDefault (0 )));
97
- bottom. points (getEdgeValue (
97
+ bottom = Style::Length:: points (getEdgeValue (
98
98
edges.bottom ,
99
99
stateData.insets .bottom ,
100
100
bottom.value ().unwrapOrDefault (0 )));
You can’t perform that action at this time.
0 commit comments