Skip to content

Commit 465631f

Browse files
committed
fix(ios): fix for failure image not set
1 parent 3013405 commit 465631f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/image.ios.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -337,6 +337,7 @@ export class Img extends ImageBase {
337337
this.notify(args);
338338
if (this.failureImageUri) {
339339
image = this.getUIImage(this.failureImageUri);
340+
this._setNativeImage(image);
340341
}
341342
} else if (image) {
342343
const args = {

0 commit comments

Comments
 (0)