Fixed bug 4906 - Pressing Back button terminates app after SDL_StartTextInput
This commit is contained in:
parent
93d3c202dc
commit
55181836c4
1 changed files with 2 additions and 0 deletions
|
@ -633,6 +633,8 @@ public class SDLActivity extends Activity implements View.OnSystemUiVisibilityCh
|
|||
imm.hideSoftInputFromWindow(mTextEdit.getWindowToken(), 0);
|
||||
|
||||
mScreenKeyboardShown = false;
|
||||
|
||||
mSurface.requestFocus();
|
||||
}
|
||||
break;
|
||||
case COMMAND_SET_KEEP_SCREEN_ON:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue