marinofaggiana 5 năm trước cách đây
mục cha
commit
860b3e218e
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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 --------------------------------------------------------------------------------------------