Эх сурвалжийг харах

remove animation synchronization

Marino Faggiana 8 жил өмнө
parent
commit
2e78305b08

+ 2 - 2
iOSClient/Main/CCMain.m

@@ -5298,7 +5298,7 @@
             if (metadata.cryptated) myURL = [[NSBundle mainBundle] URLForResource: @"synchronizedcrypto" withExtension:@"gif"];
             else myURL = [[NSBundle mainBundle] URLForResource: @"synchronized" withExtension:@"gif"];
             
-            cell.synchronizedImageView.image = [UIImage animatedImageWithAnimatedGIFURL:myURL];
+            //cell.synchronizedImageView.image = [UIImage animatedImageWithAnimatedGIFURL:myURL];
         }
 
     } else {
@@ -5793,7 +5793,7 @@
         else
             myURL = [[NSBundle mainBundle] URLForResource: @"synchronized" withExtension:@"gif"];
         
-        cell.synchronizedImageView.image = [UIImage animatedImageWithAnimatedGIFURL:myURL];
+        //cell.synchronizedImageView.image = [UIImage animatedImageWithAnimatedGIFURL:myURL];
         
     } else {