We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec99f5b commit d122883Copy full SHA for d122883
nativescript-slides.ts
@@ -184,7 +184,7 @@ export class SlideContainer extends AbsoluteLayout {
184
return;
185
}
186
// Android Translucent bars API >= 19 only
187
- if (this.androidTranslucentStatusBar === true || this._androidTranslucentNavBar === true && app.android && Platform.device.sdkVersion >= '19') {
+ if ((this.androidTranslucentStatusBar === true || this._androidTranslucentNavBar === true) && app.android && Platform.device.sdkVersion >= '19') {
188
let window = app.android.startActivity.getWindow();
189
190
// check for status bar
0 commit comments