mirror of
https://github.com/encounter/SDL.git
synced 2025-12-08 13:15:10 +00:00
Fixed bug 4906 - Pressing Back button terminates app after SDL_StartTextInput
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user