Fix android build

This commit is contained in:
Clement 2019-05-09 17:17:43 -07:00
parent c691ee496e
commit 0a7352074c

View file

@ -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();
}