(Android) Moved the resume logic to the main thread instead of using the onResume() callback

This commit is contained in:
Leon Styhre 2024-02-10 11:03:33 +01:00
parent 7e64c15388
commit 982a27b573

View file

@ -508,6 +508,7 @@ void applicationLoop()
blockInput = true; blockInput = true;
inputBlockTime = 0; inputBlockTime = 0;
window->setBlockInput(true); window->setBlockInput(true);
Utils::Platform::Android::onResume();
ViewController::getInstance()->resetViewVideosTimer(); ViewController::getInstance()->resetViewVideosTimer();
} }
#endif #endif