曾 伟 5 anos atrás
pai
commit
7804f0a346
1 arquivos alterados com 1 adições e 1 exclusões
  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];
 }