Remove debugging

This commit is contained in:
Isaac 2024-09-18 01:45:25 +08:00
parent 923587b0da
commit 3929559a3b

View File

@ -795,7 +795,7 @@ final class ContextControllerExtractedPresentationNode: ASDisplayNode, ContextCo
if case .animateOut = stateTransition { if case .animateOut = stateTransition {
contentRect.origin.y = self.contentRectDebugNode.frame.maxY - contentRect.size.height contentRect.origin.y = self.contentRectDebugNode.frame.maxY - contentRect.size.height
} }
contentRect.size.height = 200.0 //contentRect.size.height = 200.0
} else { } else {
return return
} }