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

Commit 75f3445

Browse files
authored
Update loading-indicator.android.ts
1 parent bb59026 commit 75f3445

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/loading-indicator.android.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ export class LoadingIndicator {
4646
options.userInteractionEnabled =
4747
options.userInteractionEnabled !== undefined || true;
4848
if (!this._popOver) {
49-
settimeout(() => {
49+
setTimeout(() => {
5050
this._createPopOver(context, options);
5151
});
5252
} else {

0 commit comments

Comments
 (0)