diff --git a/es-app/src/main.cpp b/es-app/src/main.cpp index 4b79bf132..7fecd8390 100644 --- a/es-app/src/main.cpp +++ b/es-app/src/main.cpp @@ -508,6 +508,7 @@ void applicationLoop() blockInput = true; inputBlockTime = 0; window->setBlockInput(true); + Utils::Platform::Android::onResume(); ViewController::getInstance()->resetViewVideosTimer(); } #endif