Skip to content

Commit 07b3276

Browse files
committed
fix(progress): android dont force default coolor
1 parent b1981a5 commit 07b3276

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/progress/progress.android.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,7 @@
1-
import { themer } from '@nativescript-community/ui-material-core';
21
import { Color, PercentLength, heightProperty } from '@nativescript/core';
32
import { ProgressBase, busyProperty, indeterminateProperty, progressBackgroundColorProperty, progressColorProperty } from './progress-common';
43

54
export class Progress extends ProgressBase {
6-
constructor() {
7-
super();
8-
this.color = themer.getPrimaryColor() as Color;
9-
}
105
nativeViewProtected: com.google.android.material.progressindicator.LinearProgressIndicator;
116

127
// added in 1.3.0

0 commit comments

Comments
 (0)