yet another android property naming fixed

This commit is contained in:
Vladimir Enchev
2015-03-27 16:32:45 +02:00
parent 30553253f4
commit 6841c66de8

View File

@@ -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;