소스 검색

IM输入刷新问题修复

Steven 8 달 전
부모
커밋
736a46c6fd
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 2
      KulexiuForStudent/Pods/TUIChat/TUIChat/UI_Classic/Chat/TUIBaseMessageController.m

+ 1 - 2
KulexiuForStudent/Pods/TUIChat/TUIChat/UI_Classic/Chat/TUIBaseMessageController.m

@@ -402,8 +402,7 @@
                                        callback:^{
         @strongify(self)
         [self.messageDataProvider replaceUIMsg:newUIMsg atIndex:index];
-        [self.tableView reloadRowsAtIndexPaths:@[[NSIndexPath indexPathForRow:index inSection:0]]
-                              withRowAnimation:UITableViewRowAnimationNone];
+        [self.tableView reloadData];
     }];
 }