mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-21 05:26:03 +00:00
Fixed bug 4906 - Pressing Back button terminates app after SDL_StartTextInput
This commit is contained in:
parent
4237b1834e
commit
5d5a56717f
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