曾 伟 hace 6 años
padre
commit
7804f0a346
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      shiku_im/control/JXTableView.m

+ 1 - 1
shiku_im/control/JXTableView.m

@@ -194,7 +194,7 @@
 
     [self beginUpdates];
     [self reloadRowsAtIndexPaths:indexPaths withRowAnimation:UITableViewRowAnimationNone];
-   // [self endUpdates];
+    [self endUpdates];
 //     [self reloadData];
 }