From d482cfcb7d39cbd418bdb403c01846b4dc68ef0b Mon Sep 17 00:00:00 2001 From: CodeST <694468528@qq.com> Date: Tue, 3 Feb 2026 15:01:08 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=84=E7=90=86=E6=BB=9A=E5=8A=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- keyBoard/Class/AiTalk/VC/KBAIHomeVC.m | 1 + 1 file changed, 1 insertion(+) diff --git a/keyBoard/Class/AiTalk/VC/KBAIHomeVC.m b/keyBoard/Class/AiTalk/VC/KBAIHomeVC.m index 0e1c39a..0b3ca82 100644 --- a/keyBoard/Class/AiTalk/VC/KBAIHomeVC.m +++ b/keyBoard/Class/AiTalk/VC/KBAIHomeVC.m @@ -652,6 +652,7 @@ && !self.isVoiceProcessing; self.collectionView.scrollEnabled = shouldEnable; self.collectionView.panGestureRecognizer.enabled = shouldEnable; + self.collectionView.userInteractionEnabled = shouldEnable; } - (void)updateChatViewBottomInset {