marinofaggiana 4 lat temu
rodzic
commit
f88dacdb43
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      iOSClient/Main/Rename file/NCRenameFile.swift

+ 1 - 0
iOSClient/Main/Rename file/NCRenameFile.swift

@@ -119,6 +119,7 @@ class NCRenameFile: UIViewController, UITextFieldDelegate {
     func textFieldShouldReturn(_ textField: UITextField) -> Bool {
         
         textField.resignFirstResponder()
+        rename(textField)
         return true
     }