marinofaggiana 4 жил өмнө
parent
commit
f88dacdb43

+ 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
     }