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 344d433 commit bb274b4Copy full SHA for bb274b4
src/platform/android/jni/runtime.cpp
@@ -89,6 +89,7 @@ void handleCommand(android_app *app, int32_t cmd) {
89
case APP_CMD_GAINED_FOCUS:
90
trace("gainedFocus");
91
runtime->setFocus(true);
92
+ runtime->redraw();
93
break;
94
case APP_CMD_LOST_FOCUS:
95
trace("lostFocus");
0 commit comments