revert apply
This commit is contained in:
parent
1ddd0c05a8
commit
48d6a84394
@ -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 {
|
||||||
|
Reference in New Issue
Block a user