bugfix for android freeze on startlocalgamedialog call after one game finished
This commit is contained in:
@@ -242,6 +242,9 @@ void startWindowImpl::callNewGameDialog()
|
||||
//wenn Dialogfenster gezeigt werden soll
|
||||
if(myConfig->readConfigInt("ShowGameSettingsDialogOnNewGame")) {
|
||||
|
||||
#ifdef ANDROID
|
||||
myGuiInterface->getMyW()->hide();
|
||||
#endif
|
||||
myNewGameDialog->exec();
|
||||
if (myNewGameDialog->result() == QDialog::Accepted ) {
|
||||
startNewLocalGame(myNewGameDialog);
|
||||
|
||||
Reference in New Issue
Block a user