We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88e5fa0 commit e2ae296Copy full SHA for e2ae296
cocos2d-ui/Platform/iOS/CCPlatformTextFieldIOS.m
@@ -178,16 +178,16 @@ - (void) keyboardWillBeHidden:(NSNotification*) notification
178
{
179
_keyboardIsShown = NO;
180
181
- BOOL focusOnTextField = _textField.isEditing;
+ BOOL focusOnTextField = _textField.isEditing;
182
183
#if __CC_PLATFORM_ANDROID
184
- focusOnTextField = _textFieldIsEditing;
+ focusOnTextField = _textFieldIsEditing;
185
#endif
186
187
- if (focusOnTextField)
188
- {
189
- [self endFocusingOnTextField];
190
- }
+ if (focusOnTextField)
+ {
+ [self endFocusingOnTextField];
+ }
191
}
192
193
0 commit comments