marinofaggiana %!s(int64=4) %!d(string=hai) anos
pai
achega
f88dacdb43
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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
     }