()
| 41 | } |
| 42 | |
| 43 | public disposeNativeView(): void { |
| 44 | if (this.nativeViewProtected?.image) { |
| 45 | this.nativeViewProtected.image = null; |
| 46 | } |
| 47 | |
| 48 | this.disposeImageSource(); |
| 49 | super.disposeNativeView(); |
| 50 | } |
| 51 | |
| 52 | private setTintColor(value: Color) { |
| 53 | if (this.nativeViewProtected) { |
nothing calls this directly
no test coverage detected