Skip to content

Commit 82cc500

Browse files
committed
Fixed layout.
1 parent 25183ec commit 82cc500

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

Sources/NativeUIKit/Views/NativePromoView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ open class NativePromoView: SPView {
9292

9393
open override func layoutSubviews() {
9494
super.layoutSubviews()
95-
areaView.frame = .init(x: layoutMargins.left, y: layoutMargins.top, width: readableWidth, height: areaView.frame.height)
95+
areaView.frame = .init(x: layoutMargins.left, y: layoutMargins.top, width: layoutWidth, height: areaView.frame.height)
9696

9797
let labelsWidth = areaView.layoutWidth
9898

0 commit comments

Comments
 (0)