marinofaggiana 4 년 전
부모
커밋
f88dacdb43
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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
     }