mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 06:05:38 +00:00
(Android) Moved the resume logic to the main thread instead of using the onResume() callback
This commit is contained in:
parent
7e64c15388
commit
982a27b573
|
@ -508,6 +508,7 @@ void applicationLoop()
|
|||
blockInput = true;
|
||||
inputBlockTime = 0;
|
||||
window->setBlockInput(true);
|
||||
Utils::Platform::Android::onResume();
|
||||
ViewController::getInstance()->resetViewVideosTimer();
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue