File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -381,8 +381,8 @@ -(void) refreshDisplay
381381 [self presentChatWithContact: nil ];
382382 }
383383
384- if (self.chatListTable .hasUncommittedUpdates )
385- return ;
384+ // if(self.chatListTable.hasUncommittedUpdates)
385+ // return;
386386 [CATransaction begin ];
387387 [UIView performWithoutAnimation: ^{
388388 [self .chatListTable beginUpdates ];
@@ -508,11 +508,11 @@ -(void) handleNewMessage:(NSNotification*) notification
508508-(void ) insertOrMoveContact : (MLContact*) contact completion : (void (^ _Nullable)(BOOL finished)) completion
509509{
510510 dispatch_async (dispatch_get_main_queue (), ^{
511- if (self.chatListTable .hasUncommittedUpdates )
511+ /* if(self.chatListTable.hasUncommittedUpdates)
512512 {
513513 if(completion) completion(NO);
514514 return;
515- }
515+ }*/
516516 [CATransaction begin ];
517517 [UIView performWithoutAnimation: ^{
518518 [self .chatListTable beginUpdates ];
You can’t perform that action at this time.
0 commit comments