mirror of
https://github.com/redstrate/Kawari.git
synced 2025-06-21 07:27:45 +00:00
Call requestResumeInfo when fromAppWaitPlay is called
This fixes the last retail launcher issue I hit when testing locally. Fixes #19
This commit is contained in:
parent
88e73a1633
commit
acd11b9122
1 changed files with 1 additions and 0 deletions
|
@ -158,6 +158,7 @@
|
||||||
|
|
||||||
// it requests the config again?
|
// it requests the config again?
|
||||||
window.external.user('requestConfig');
|
window.external.user('requestConfig');
|
||||||
|
window.external.user('requestResumeInfo');
|
||||||
}
|
}
|
||||||
window.fromAppWaitPlay = this.checkHandlerType(fromAppWaitPlay);
|
window.fromAppWaitPlay = this.checkHandlerType(fromAppWaitPlay);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue