From 55dd83f539d9fe28a7edf75a5effcbcf7d669d9f Mon Sep 17 00:00:00 2001 From: Benoit Foucher Date: Mon, 19 Feb 2018 12:28:19 +0100 Subject: Fixed iOS controller crashes --- cpp/test/ios/controller/Bundle/ControllerI.mm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'cpp/test/ios/controller/Bundle/ControllerI.mm') diff --git a/cpp/test/ios/controller/Bundle/ControllerI.mm b/cpp/test/ios/controller/Bundle/ControllerI.mm index e0cbe7cfd64..82fa37ff9eb 100644 --- a/cpp/test/ios/controller/Bundle/ControllerI.mm +++ b/cpp/test/ios/controller/Bundle/ControllerI.mm @@ -159,8 +159,7 @@ MainHelperI::shutdown() bool MainHelperI::redirect() { - //return _dll.find("client") != string::npos || _dll.find("collocated") != string::npos; - return true; + return _dll.find("client") != string::npos || _dll.find("collocated") != string::npos; } void -- cgit v1.2.3