From 982a27b5732fe94d6a07e8a8cf71644c81ee8546 Mon Sep 17 00:00:00 2001 From: Leon Styhre Date: Sat, 10 Feb 2024 11:03:33 +0100 Subject: [PATCH] (Android) Moved the resume logic to the main thread instead of using the onResume() callback --- es-app/src/main.cpp | 1 + 1 file changed, 1 insertion(+) 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