mirror of
https://github.com/lubosz/overte.git
synced 2025-08-07 18:21:16 +02:00
Remove tablet message-box when required
Desktop request was being honoured but not HMD.
This commit is contained in:
parent
38916a3023
commit
7598c7aaf3
1 changed files with 3 additions and 0 deletions
|
@ -97,6 +97,9 @@ void DialogsManager::setDomainConnectionFailureVisibility(bool visible) {
|
||||||
if (!hmd->getShouldShowTablet()) {
|
if (!hmd->getShouldShowTablet()) {
|
||||||
hmd->openTablet();
|
hmd->openTablet();
|
||||||
}
|
}
|
||||||
|
} else {
|
||||||
|
tablet->gotoHomeScreen();
|
||||||
|
hmd->closeTablet();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue