Various improvements

(cherry picked from commit 7e240c7064)
This commit is contained in:
Isaac
2025-07-08 15:59:17 +04:00
parent 20a85a4ff7
commit 636508fc97
21 changed files with 177 additions and 89 deletions

View File

@@ -481,7 +481,7 @@ final class VideoChatScreenComponent: Component {
if target === participantsView {
return nil
}
if let target = target as? UIScrollView {
if let target = target as? UIScrollView, !target.disablesInteractiveTransitionGestureRecognizer {
return target
}
if let parent = target.superview {