marinofaggiana 5 년 전
부모
커밋
860b3e218e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      iOSClient/Login/CCLogin.m

+ 1 - 1
iOSClient/Login/CCLogin.m

@@ -169,7 +169,7 @@
 - (BOOL)textFieldShouldReturn:(UITextField *)textField
 {
     [textField resignFirstResponder];
-    return YES;
+    return NO;
 }
 
 #pragma --------------------------------------------------------------------------------------------