feat(ChatScreen): 优化聊天界面 UI 和交互体验
Made-with: Cursor
This commit is contained in:
@@ -576,6 +576,7 @@ export const ChatScreen: React.FC = () => {
|
||||
<MorePanel
|
||||
onAction={handleMoreAction}
|
||||
disabledActionIds={!isGroupChat && !canSendPrivateImage ? ['image', 'camera'] : []}
|
||||
isGroupChat={isGroupChat}
|
||||
/>
|
||||
</View>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user