Glass debug

This commit is contained in:
Isaac
2025-09-30 01:53:14 +08:00
parent 724b4ccbdf
commit 5bbc75fc7c
6 changed files with 22 additions and 21 deletions

View File

@@ -3761,12 +3761,6 @@ class ChatControllerNode: ASDisplayNode, ASScrollViewDelegate {
return
}
if let view, let location {
if context.sharedContext.immediateExperimentalUISettings.rippleEffect {
self.wrappingNode.triggerRipple(at: self.contentContainerNode.view.convert(location, from: view))
}
}
switch self.chatPresentationInterfaceState.inputMode {
case .none:
break