mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
yet another android property naming fixed
This commit is contained in:
@@ -119,7 +119,7 @@ export function test_property_changed_event_when_setting_maxValue_with_adjust()
|
||||
|
||||
function getNativeValue(progress: progressModule.Progress): number {
|
||||
if (progress.android) {
|
||||
return progress.android.Progress;
|
||||
return progress.android.getProgress();
|
||||
}
|
||||
else if (progress.ios) {
|
||||
return progress.ios.progress * progress.maxValue;
|
||||
|
||||
Reference in New Issue
Block a user