diff --git a/src/app/components/scroller/scroller.ts b/src/app/components/scroller/scroller.ts index 4b097a42945..112bd8b957b 100644 --- a/src/app/components/scroller/scroller.ts +++ b/src/app/components/scroller/scroller.ts @@ -139,8 +139,6 @@ export class Scroller implements OnInit, AfterContentInit, AfterViewChecked, OnD } set items(val: any[] | undefined | null) { this._items = val; - this.init(); - this.calculateAutoSize(); } /** * The height/width of item according to orientation.