mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
fix(iOS): image._setColorTint is not a function fix
closes https://github.com/NativeScript/NativeScript/issues/2647 closes https://github.com/NativeScript/nativescript-angular/issues/422 closes https://github.com/jlooper/pocketrave/issues/2 closes https://github.com/jlooper/pocketrave/issues/3
This commit is contained in:
@@ -161,7 +161,7 @@ export class ImageStyler implements style.Styler {
|
||||
}
|
||||
|
||||
private static resetColorProperty(view: view.View, nativeValue: any) {
|
||||
var image = <Image>view.ios;
|
||||
var image = <Image>view;
|
||||
image._setTintColor(null);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user