Skip to content

Commit 8301cf7

Browse files
committed
chore: cleanup
1 parent 70d8145 commit 8301cf7

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

src/activityindicator/index.android.ts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,6 @@ import { ActivityIndicatorBase, indeterminateProperty } from './index-common';
33
export class ActivityIndicator extends ActivityIndicatorBase {
44
nativeViewProtected: android.widget.ProgressBar;
55

6-
public startAnimating() {
7-
this.busy = true;
8-
}
9-
public stopAnimating() {
10-
this.busy = false;
11-
}
12-
136
[indeterminateProperty.setNative](value: boolean) {
147
this.busy = true;
158
// not supported for now with circular progress

src/activityindicator/index.ios.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import { themer } from '@nativescript-community/ui-material-core';
2+
import { busyProperty } from '@nativescript-community/ui-material-progress/progress-common';
23
import { Color, Screen, Utils, View, colorProperty } from '@nativescript/core';
34
import { ActivityIndicatorBase, indeterminateProperty } from './index-common';
45

0 commit comments

Comments
 (0)