Browse Source

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

Marino Faggiana 8 years ago
parent
commit
225e395da2
1 changed files with 5 additions and 0 deletions
  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 --------------------------------------------------------------------------------------------