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

Commit 031fc10

Browse files
committed
closes #24
1 parent 451ff7c commit 031fc10

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
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) {

0 commit comments

Comments
 (0)