diff options
-rw-r--r-- | backends/platform/android/android.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/backends/platform/android/android.cpp b/backends/platform/android/android.cpp index e2e3174877..4391cf50db 100644 --- a/backends/platform/android/android.cpp +++ b/backends/platform/android/android.cpp @@ -423,6 +423,7 @@ bool OSystem_Android::pollEvent(Common::Event &event) { _force_redraw = true; updateScreen(); _force_redraw = true; + updateScreen(); event.type = Common::EVENT_SCREEN_CHANGED; @@ -431,6 +432,7 @@ bool OSystem_Android::pollEvent(Common::Event &event) { // new surface initSurface(); _force_redraw = true; + updateScreen(); event.type = Common::EVENT_SCREEN_CHANGED; |