Commit 0fccdc7b authored by Steven杜宇's avatar Steven杜宇

// AI

parent ab80109f
......@@ -122,6 +122,11 @@ class YHAIRobotChatViewController: YHBaseViewController {
self.bottomInputView.showKeyBoard(false)
}
@objc override func backItemClick(_ sender: Any) {
self.stopAutoResponse()
self.navigationController?.popViewController(animated: true)
}
func scrollToBottom() {
self.tableView.reloadData {
if self.messages.count > 0 {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment