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 5e36e1b commit 538e2f9Copy full SHA for 538e2f9
ios/sdk/WeexSDK/Sources/Component/RecycleList/WXCellSlotComponent.mm
@@ -78,9 +78,6 @@ - (void)triggerLayout
78
renderPageSize.first = self.weexInstance.frame.size.width;
79
renderPageSize.second = self.weexInstance.frame.size.height;
80
self.flexCssNode->calculateLayout(renderPageSize);
81
- if ([WXLog logLevel] >= WXLogLevelDebug) {
82
-
83
- }
84
}
85
NSMutableSet<WXComponent *> *dirtyComponents = [NSMutableSet set];
86
[self _calculateFrameWithSuperAbsolutePosition:CGPointZero gatherDirtyComponents:dirtyComponents];
0 commit comments