处理滚动

This commit is contained in:
2026-02-03 15:01:08 +08:00
parent 9e6d2906f8
commit d482cfcb7d

View File

@@ -652,6 +652,7 @@
&& !self.isVoiceProcessing; && !self.isVoiceProcessing;
self.collectionView.scrollEnabled = shouldEnable; self.collectionView.scrollEnabled = shouldEnable;
self.collectionView.panGestureRecognizer.enabled = shouldEnable; self.collectionView.panGestureRecognizer.enabled = shouldEnable;
self.collectionView.userInteractionEnabled = shouldEnable;
} }
- (void)updateChatViewBottomInset { - (void)updateChatViewBottomInset {