Skip to content

Commit 481ea3c

Browse files
committed
fix(collectionview): ios regression after last version
1 parent 02ce933 commit 481ea3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/collectionview/index.ios.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -435,8 +435,8 @@ export class CollectionView extends CollectionViewBase {
435435
} else {
436436
layoutView.estimatedItemSize = CGSizeMake(Utils.layout.toDeviceIndependentPixels(this._effectiveColWidth), Utils.layout.toDeviceIndependentPixels(this._effectiveRowHeight));
437437
}
438+
layoutView.invalidateLayout();
438439
}
439-
layoutView.invalidateLayout();
440440
}
441441

442442
_onRowHeightPropertyChanged(oldValue, newValue) {

0 commit comments

Comments
 (0)