Forráskód Böngészése

https://github.com/nextcloud/ios/issues/19

Marino Faggiana 8 éve
szülő
commit
225e395da2
1 módosított fájl, 5 hozzáadás és 0 törlés
  1. 5 0
      iOSClient/Main/CCMain.m

+ 5 - 0
iOSClient/Main/CCMain.m

@@ -5462,6 +5462,11 @@
     if (_metadata.directory) [self performSegueDirectoryWithControlPasscode:true];
 }
 
+- (void)tableView:(UITableView *)tableView didDeselectRowAtIndexPath:(nonnull NSIndexPath *)indexPath
+{
+    [self setTitleNOAnimation];
+}
+
 #pragma --------------------------------------------------------------------------------------------
 #pragma mark ===== Synchronize Cell =====
 #pragma --------------------------------------------------------------------------------------------