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
381
381
[self presentChatWithContact: nil ];
382
382
}
383
383
384
- if (self.chatListTable .hasUncommittedUpdates )
385
- return ;
384
+ // if(self.chatListTable.hasUncommittedUpdates)
385
+ // return;
386
386
[CATransaction begin ];
387
387
[UIView performWithoutAnimation: ^{
388
388
[self .chatListTable beginUpdates ];
@@ -508,11 +508,11 @@ -(void) handleNewMessage:(NSNotification*) notification
508
508
-(void ) insertOrMoveContact : (MLContact*) contact completion : (void (^ _Nullable)(BOOL finished)) completion
509
509
{
510
510
dispatch_async (dispatch_get_main_queue (), ^{
511
- if (self.chatListTable .hasUncommittedUpdates )
511
+ /* if(self.chatListTable.hasUncommittedUpdates)
512
512
{
513
513
if(completion) completion(NO);
514
514
return;
515
- }
515
+ }*/
516
516
[CATransaction begin ];
517
517
[UIView performWithoutAnimation: ^{
518
518
[self .chatListTable beginUpdates ];
You can’t perform that action at this time.
0 commit comments