mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
Fixed Progress tests.
This commit is contained in:
@@ -18,6 +18,10 @@ export class Progress extends ProgressBase {
|
||||
return this._android;
|
||||
}
|
||||
|
||||
get nativeView(): android.widget.ProgressBar {
|
||||
return this._android;
|
||||
}
|
||||
|
||||
get [valueProperty.native](): number {
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user