marinofaggiana 5 лет назад
Родитель
Сommit
527ac75cd3
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      iOSClient/Main/CCMain.m

+ 1 - 1
iOSClient/Main/CCMain.m

@@ -3767,7 +3767,7 @@
                         CCCellMain *cell = [self.tableView cellForRowAtIndexPath:indexPath];
                         if (cell) {
                             cell.backgroundColor = [NCBrandColor sharedInstance].brandElement;
-                            [UIView animateWithDuration:2.0 animations:^{
+                            [UIView animateWithDuration:3.0 animations:^{
                                 cell.backgroundColor = [UIColor whiteColor];
                             }];
                         }