marinofaggiana 5 jaren geleden
bovenliggende
commit
527ac75cd3
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  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];
                             }];
                         }