marinofaggiana 5 роки тому
батько
коміт
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];
                             }];
                         }