Skip to content

Commit e09be71

Browse files
committed
Do not mutate wrapper view frame inside layoutSubviews
(cherry picked from commit 6869aa357ebaff7934a95e90d60683bf0e1b6b77)
1 parent a17cde7 commit e09be71

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

ios/components/RNAddToWalletButtonView.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ class RNAddToWalletButtonView: UIView {
5151
let height = bounds.height > 0 ? bounds.height : defaultHeight
5252

5353
addPassButton.frame = CGRect(x: 0, y: 0, width: width, height: height)
54-
self.frame = addPassButton.frame
5554

5655
applyBorderRadius()
5756
}

0 commit comments

Comments
 (0)