From 88e15ced63c6beb2758c3880457398a6db225e07 Mon Sep 17 00:00:00 2001 From: Matt Ranostay Date: Mon, 11 Nov 2019 01:05:35 -0800 Subject: ondemandnavi: add agl-service-navigation interface Switch from the application providing DBus objects to consumers with using afb binding with proper JSON responses. Bug-AGL: SPEC-2880 Change-Id: If587ddeaea9a0f28e71c2bee790acbf53425de9f Signed-off-by: Matt Ranostay --- app/BtnGuidance.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/BtnGuidance.qml') diff --git a/app/BtnGuidance.qml b/app/BtnGuidance.qml index 2744019..11955f5 100644 --- a/app/BtnGuidance.qml +++ b/app/BtnGuidance.qml @@ -38,7 +38,7 @@ Item { map.initDestination(startFromCurrentPosition) if(btn_guidance.sts_guide != 0){ - map.qmlSignalStopDemo() + navigation.broadcastStatus("stop"); } if(map.center !== map.currentpostion){ -- cgit 1.2.3-korg