ANDROID: Do language selection before early popup
Instantiating GUI manager takes care of the language selection
This commit is contained in:
parent
1f1ef9f808
commit
aae9673c9d
1 changed files with 4 additions and 0 deletions
|
@ -671,6 +671,10 @@ extern "C" int scummvm_main(int argc, const char * const argv[]) {
|
|||
#endif
|
||||
|
||||
#ifdef __ANDROID__
|
||||
// This early popup message for Android, informing the users about important
|
||||
// changes to file access, needs to be *after* language for the GUI has been selected.
|
||||
// Hence, we instantiate GUI Manager here, to take care of this.
|
||||
GUI::GuiManager::instance();
|
||||
if (AndroidFilesystemFactory::instance().hasSAF()
|
||||
&& !ConfMan.hasKey("android_saf_dialog_shown")) {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue