Ver Fonte

IM输入刷新问题修复

Steven há 4 meses atrás
pai
commit
736a46c6fd

+ 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];
     }];
 }