recover 1s sleep sandbox/zheng_wenlong/als2019_vertical
authorzheng_wenlong <wenlong_zheng@nexty-ele.com>
Tue, 9 Jul 2019 06:59:50 +0000 (15:59 +0900)
committerzheng_wenlong <wenlong_zheng@nexty-ele.com>
Tue, 9 Jul 2019 06:59:50 +0000 (15:59 +0900)
src/hs-vuiadapter.cpp

index 4bfc24d..08efd6c 100644 (file)
@@ -192,7 +192,7 @@ void Vui_Navigation::notify(afb_api_t api, std::string appid)
     if(isListenAppId(appid)) {
         if (appid == _poi) {
             m_start_flg.first = true;
-            // sleep(1);
+            sleep(1);
             set_destination2poi(api);
         }
         else if(appid == _navigation) {