Skip to content

Commit

Permalink
Fixed bug 4906 - Pressing Back button terminates app after SDL_StartT…
Browse files Browse the repository at this point in the history
…extInput
  • Loading branch information
1bsyl committed Dec 19, 2019
1 parent 4237b18 commit 5d5a567
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -633,6 +633,8 @@ public void handleMessage(Message msg) {
imm.hideSoftInputFromWindow(mTextEdit.getWindowToken(), 0);

mScreenKeyboardShown = false;

mSurface.requestFocus();
}
break;
case COMMAND_SET_KEEP_SCREEN_ON:
Expand Down

0 comments on commit 5d5a567

Please sign in to comment.