File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Sources/Nubrick/Component Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -259,7 +259,7 @@ final class PageView: UIView {
259259
260260 private func updateModalYogaHeight( ) {
261261 guard self . page? . data? . kind == . MODAL,
262- self . page? . data? . modalPresentationStyle != . DEPENDS_ON_CONTEXT_OR_FULL_SCREEN else {
262+ self . page? . data? . modalPresentationStyle == . DEPENDS_ON_CONTEXT_OR_PAGE_SHEET else {
263263 return
264264 }
265265
Original file line number Diff line number Diff line change @@ -59,8 +59,8 @@ class ImageView: AnimatedUIControl {
5959 layout. flexShrink = 1.0
6060 } else {
6161 // Fixed size: maintain minimum size
62- layout. minWidth = . init( value: 100 , unit: . percent)
63- layout. minHeight = . init( value: 100 , unit: . percent)
62+ layout. minWidth = . init( value: 100 , unit: . percent)
63+ layout. minHeight = . init( value: 100 , unit: . percent)
6464 }
6565 }
6666 self . image. contentMode = parseImageContentMode ( block. data? . contentMode)
You can’t perform that action at this time.
0 commit comments