nativescript-slides
Advanced tools
Comparing version 1.4.2 to 1.4.3
@@ -205,4 +205,6 @@ "use strict"; | ||
}); | ||
_this._footer = _this.buildFooter(slides_1.length, 0); | ||
_this.insertChild(_this._footer, _this.getChildrenCount()); | ||
if (_this.pageIndicators) { | ||
_this._footer = _this.buildFooter(slides_1.length, 0); | ||
_this.insertChild(_this._footer, _this.getChildrenCount()); | ||
} | ||
_this.currentPanel = _this.buildSlideMap(slides_1); | ||
@@ -209,0 +211,0 @@ _this.currentPanel.panel.translateX = -_this.pageWidth; |
@@ -199,7 +199,7 @@ import * as app from 'application'; | ||
//if (this.pageIndicators) { | ||
if (this.pageIndicators) { | ||
this._footer = this.buildFooter(slides.length, 0); | ||
this.insertChild(this._footer, this.getChildrenCount()); | ||
// this.setActivePageIndicator(0); | ||
//} | ||
} | ||
@@ -206,0 +206,0 @@ |
{ | ||
"name": "nativescript-slides", | ||
"version": "1.4.2", | ||
"version": "1.4.3", | ||
"description": "NativeScript Slides plugin.", | ||
@@ -5,0 +5,0 @@ "main": "nativescript-slides.js", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
65046
1192