summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Melnik <AMelnik@luxoft.com>2014-04-08 10:50:54 +0300
committerJustin Dickow <jjdickow@gmail.com>2014-07-09 14:02:42 -0400
commit35edf4bf9f902eb484725cdef7a63604629f9b8b (patch)
tree89a2034153347b06c26c1279879bdf497e3727cf
parent0a799c830203ba49c84151affe07581c37df0656 (diff)
downloadsmartdevicelink-35edf4bf9f902eb484725cdef7a63604629f9b8b.tar.gz
Not a subject for review
Reason: onStatusUpdate small changes
-rw-r--r--src/components/HMI/ffw/BasicCommunicationRPC.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/components/HMI/ffw/BasicCommunicationRPC.js b/src/components/HMI/ffw/BasicCommunicationRPC.js
index e78ed57b1..2509f4a9f 100644
--- a/src/components/HMI/ffw/BasicCommunicationRPC.js
+++ b/src/components/HMI/ffw/BasicCommunicationRPC.js
@@ -320,7 +320,9 @@ if (notification.method == this.onSystemErrorNotification) {
if (notification.method == this.onStatusUpdateNotification) {
- SDL.PopUp.popupActivate(notification.status);
+ //SDL.PopUp.popupActivate(notification.status);
+
+ SDL.TTSPopUp.ActivateTTS(notification.params.status);
}
if (notification.method == this.onAppPermissionChangedNotification) {