|
@@ -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 {
|
|
|
|