@@ -210,17 +210,17 @@ export class SlideContainer extends AbsoluteLayout {
210
210
}
211
211
} ) ;
212
212
213
- // if (this.pageIndicators) {
214
- this . _footer = this . buildFooter ( slides . length , 0 ) ;
215
- this . insertChild ( this . _footer , this . getChildrenCount ( ) ) ;
216
- // this.setActivePageIndicator(0);
217
- // }
213
+ if ( this . pageIndicators ) {
214
+ this . _footer = this . buildFooter ( slides . length , 0 ) ;
215
+ this . insertChild ( this . _footer , this . getChildrenCount ( ) ) ;
216
+ // this.setActivePageIndicator(0);
217
+ }
218
218
219
219
220
220
this . currentPanel = this . buildSlideMap ( slides ) ;
221
221
this . currentPanel . panel . translateX = - this . pageWidth ;
222
222
223
- if ( this . disablePan === false ) {
223
+ if ( this . disablePan === false ) {
224
224
this . applySwipe ( this . pageWidth ) ;
225
225
}
226
226
@@ -234,7 +234,7 @@ export class SlideContainer extends AbsoluteLayout {
234
234
}
235
235
} ) ;
236
236
237
- if ( this . disablePan === false ) {
237
+ if ( this . disablePan === false ) {
238
238
this . applySwipe ( this . pageWidth ) ;
239
239
}
240
240
let topOffset = Platform . screen . mainScreen . heightDIPs - 105 ;
@@ -312,7 +312,7 @@ export class SlideContainer extends AbsoluteLayout {
312
312
this . currentPanel . panel . off ( 'pan' ) ;
313
313
this . currentPanel = panel ;
314
314
315
- if ( this . disablePan === false ) {
315
+ if ( this . disablePan === false ) {
316
316
this . applySwipe ( this . pageWidth ) ;
317
317
}
318
318
this . setActivePageIndicator ( this . currentPanel . index ) ;
0 commit comments