marinofaggiana 4 ani în urmă
părinte
comite
f88dacdb43
1 a modificat fișierele cu 1 adăugiri și 0 ștergeri
  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 {
     func textFieldShouldReturn(_ textField: UITextField) -> Bool {
         
         
         textField.resignFirstResponder()
         textField.resignFirstResponder()
+        rename(textField)
         return true
         return true
     }
     }