nativescript-slides
Advanced tools
Comparing version 1.4.3 to 1.4.4
@@ -187,3 +187,3 @@ "use strict"; | ||
} | ||
if (_this.androidTranslucentStatusBar === true || _this._androidTranslucentNavBar === true && app.android && Platform.device.sdkVersion >= '19') { | ||
if (app.android && _this.androidTranslucentStatusBar === true || _this._androidTranslucentNavBar === true && Platform.device.sdkVersion >= '19') { | ||
var window_1 = app.android.startActivity.getWindow(); | ||
@@ -206,6 +206,4 @@ if (_this._androidTranslucentStatusBar === true) { | ||
}); | ||
if (_this.pageIndicators) { | ||
_this._footer = _this.buildFooter(slides_1.length, 0); | ||
_this.insertChild(_this._footer, _this.getChildrenCount()); | ||
} | ||
_this._footer = _this.buildFooter(slides_1.length, 0); | ||
_this.insertChild(_this._footer, _this.getChildrenCount()); | ||
_this.currentPanel = _this.buildSlideMap(slides_1); | ||
@@ -212,0 +210,0 @@ _this.currentPanel.panel.translateX = -_this.pageWidth; |
@@ -174,3 +174,3 @@ import * as app from 'application'; | ||
// Android Translucent bars API >= 19 only | ||
if (this.androidTranslucentStatusBar === true || this._androidTranslucentNavBar === true && app.android && Platform.device.sdkVersion >= '19') { | ||
if (app.android && this.androidTranslucentStatusBar === true || this._androidTranslucentNavBar === true && Platform.device.sdkVersion >= '19') { | ||
let window = app.android.startActivity.getWindow(); | ||
@@ -200,7 +200,7 @@ | ||
if (this.pageIndicators) { | ||
this._footer = this.buildFooter(slides.length, 0); | ||
this.insertChild(this._footer, this.getChildrenCount()); | ||
// this.setActivePageIndicator(0); | ||
} | ||
// if (this.pageIndicators) { | ||
this._footer = this.buildFooter(slides.length, 0); | ||
this.insertChild(this._footer, this.getChildrenCount()); | ||
// this.setActivePageIndicator(0); | ||
//} | ||
@@ -207,0 +207,0 @@ |
{ | ||
"name": "nativescript-slides", | ||
"version": "1.4.3", | ||
"version": "1.4.4", | ||
"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
64920
1190