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 cacf53d commit 858af97Copy full SHA for 858af97
src/image.android.ts
@@ -333,7 +333,7 @@ export class Img extends ImageBase {
333
334
_canRequestImage = true;
335
_canUpdateHierarchy = true;
336
- _needUpdateHierarchy = false;
+ _needUpdateHierarchy = true;
337
_needRequestImage = false;
338
public onResumeNativeUpdates(): void {
339
// {N} suspends properties update on `_suspendNativeUpdates`. So we only need to do this in onResumeNativeUpdates
0 commit comments