瀏覽代碼

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

Marino Faggiana 8 年之前
父節點
當前提交
225e395da2
共有 1 個文件被更改,包括 5 次插入0 次删除
  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 --------------------------------------------------------------------------------------------