Browse Source

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

Marino Faggiana 8 năm trước cách đây
mục cha
commit
225e395da2
1 tập tin đã thay đổi với 5 bổ sung0 xóa
  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 --------------------------------------------------------------------------------------------