Marino Faggiana 7 years ago
parent
commit
33cceba0c0
1 changed files with 5 additions and 4 deletions
  1. 5 4
      iOSClient/Main/CCMain.m

+ 5 - 4
iOSClient/Main/CCMain.m

@@ -4132,10 +4132,11 @@
             [self swipeDelete:indexPath];
         
         // More
-        if (index == 1)
-            [self swipeMore:indexPath];
-            //dispatch_after(dispatch_time(DISPATCH_TIME_NOW, 0.3 * NSEC_PER_SEC), dispatch_get_main_queue(), ^{
-            //});
+        if (index == 1) {
+            
+            [cell hideSwipeAnimated:NO];
+            [self performSelector:@selector(swipeMore:) withObject:indexPath afterDelay:0.1];
+        }
     }
     
     if (direction == MGSwipeDirectionLeftToRight) {