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 {