revert apply

This commit is contained in:
王劲鹏 2021-06-18 13:55:28 +08:00 committed by osborn
parent 1ddd0c05a8
commit 48d6a84394

View File

@ -123,7 +123,7 @@ - (void)afterBlended:(NSDictionary *)props {
- (void)requestLayout { - (void)requestLayout {
[self.childNode requestLayout]; [self.childNode requestLayout];
[self.view.doricLayout apply:self.view.frame.size]; [self.view.contentView.doricLayout apply:self.view.frame.size];
} }
- (void)blendView:(DoricScrollView *)view forPropName:(NSString *)name propValue:(id)prop { - (void)blendView:(DoricScrollView *)view forPropName:(NSString *)name propValue:(id)prop {