Skip to content
This repository was archived by the owner on Dec 19, 2021. It is now read-only.

Commit 8fb3722

Browse files
authored
Merge pull request #25 from nstudio/bug/24
Bug/24
2 parents 451ff7c + 135cb16 commit 8fb3722

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/loading-indicator.android.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ export class LoadingIndicator {
3737
this._messageId = android.view.View.generateViewId();
3838
this._detailsId = android.view.View.generateViewId();
3939
this._customViewId = android.view.View.generateViewId();
40+
this._loadersInstances = [];
4041
}
4142

4243
show(options?: OptionsCommon) {

src/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nstudio/nativescript-loading-indicator",
3-
"version": "2.0.2",
3+
"version": "2.0.4",
44
"description": "A NativeScript plugin for showing an overlayed loading indicator.",
55
"main": "loading-indicator",
66
"typings": "index.d.ts",

0 commit comments

Comments
 (0)