File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -468,7 +468,7 @@ export class CollectionView extends CollectionViewBase {
468468
469469 if ( view && ! view . parent ) {
470470 this . _addView ( view ) ;
471- if ( this . iosOverflowSafeArea ) {
471+ if ( this . iosOverflowSafeAreaEnabled ) {
472472 const innerView = UICellView . new ( ) as UICellView ;
473473 innerView . view = new WeakRef ( view ) ;
474474 innerView . addSubview ( view . nativeViewProtected ) ;
@@ -628,7 +628,7 @@ export class CollectionView extends CollectionViewBase {
628628 this . _prepareCell ( cell , indexPath , templateType ) ;
629629
630630 const cellView : View = cell . view ;
631- if ( ! this . iosOverflowSafeArea && cellView && cellView [ 'isLayoutRequired' ] ) {
631+ if ( ! this . iosOverflowSafeAreaEnabled && cellView && cellView [ 'isLayoutRequired' ] ) {
632632 this . layoutCell ( indexPath . row , cell , cellView ) ;
633633 }
634634 return cell ;
You can’t perform that action at this time.
0 commit comments