Skip to content

Commit 858af97

Browse files
committed
fix(android): ensure we update hierarchy to handle default stretch setting
1 parent cacf53d commit 858af97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/image.android.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ export class Img extends ImageBase {
333333

334334
_canRequestImage = true;
335335
_canUpdateHierarchy = true;
336-
_needUpdateHierarchy = false;
336+
_needUpdateHierarchy = true;
337337
_needRequestImage = false;
338338
public onResumeNativeUpdates(): void {
339339
// {N} suspends properties update on `_suspendNativeUpdates`. So we only need to do this in onResumeNativeUpdates

0 commit comments

Comments
 (0)