mirror of
https://github.com/lubosz/overte.git
synced 2025-04-23 16:14:01 +02:00
Fix android build
This commit is contained in:
parent
c691ee496e
commit
0a7352074c
1 changed files with 1 additions and 1 deletions
|
@ -9389,7 +9389,7 @@ void Application::showUrlHandler(const QUrl& url) {
|
|||
void Application::beforeEnterBackground() {
|
||||
auto nodeList = DependencyManager::get<NodeList>();
|
||||
nodeList->setSendDomainServerCheckInEnabled(false);
|
||||
nodeList->reset(true);
|
||||
nodeList->reset("Entering background", true);
|
||||
clearDomainOctreeDetails();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue