iOS: fix Image async load error
This commit is contained in:
parent
4c80e5aa60
commit
c53fe3c208
@ -160,6 +160,9 @@ - (void)subNodeContentChanged:(DoricViewNode *)subNode {
|
||||
|| self.view.doricLayout.heightSpec == DoricLayoutFit)) {
|
||||
[self.superNode subNodeContentChanged:self];
|
||||
} else {
|
||||
if (![self.type isEqualToString:@"Root"]) {
|
||||
[self.view.doricLayout apply];
|
||||
}
|
||||
[self requestLayout];
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user