From 0a7352074ca29bbf9c3e6aa24e04ce7d987dbc74 Mon Sep 17 00:00:00 2001 From: Clement Date: Thu, 9 May 2019 17:17:43 -0700 Subject: [PATCH] Fix android build --- interface/src/Application.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/src/Application.cpp b/interface/src/Application.cpp index baa0e2037f..fc681cadc8 100644 --- a/interface/src/Application.cpp +++ b/interface/src/Application.cpp @@ -9389,7 +9389,7 @@ void Application::showUrlHandler(const QUrl& url) { void Application::beforeEnterBackground() { auto nodeList = DependencyManager::get(); nodeList->setSendDomainServerCheckInEnabled(false); - nodeList->reset(true); + nodeList->reset("Entering background", true); clearDomainOctreeDetails(); }