File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Example App/NativeUIKit.xcodeproj/project.xcworkspace/xcuserdata/ivanvorobei.xcuserdatad
Sources/NativeUIKit/Labels Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ open class NativeModalHeaderView: SPView {
9393 guard let superview = self . superview else { return }
9494 let width = min ( superview. readableWidth, NativeLayout . Sizes. not_actionable_area_maximum_width)
9595 setWidthAndFit ( width: width)
96- superview . setXCenter ( )
96+ setXCenter ( )
9797 frame. origin. y = y
9898 }
9999
@@ -104,7 +104,7 @@ open class NativeModalHeaderView: SPView {
104104 guard let superview = self . superview else { return }
105105 let width = min ( superview. readableWidth, NativeLayout . Sizes. not_actionable_area_maximum_width)
106106 setWidthAndFit ( width: width)
107- superview . setXCenter ( )
107+ setXCenter ( )
108108 frame. setMaxY ( maxY)
109109 }
110110
You can’t perform that action at this time.
0 commit comments