We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de86930 commit 82bc403Copy full SHA for 82bc403
packages/core/image-asset/index.android.ts
@@ -26,7 +26,7 @@ export class ImageAsset extends ImageAssetBase {
26
}
27
28
public getImageAsync(callback: (image, error) => void) {
29
- if (!this._android && !this.nativeImage) {
+ if (!this.android && !this.nativeImage) {
30
callback(null, 'Asset cannot be found.');
31
return;
32
0 commit comments