Not a subject for review
authorAndrew Melnik <AMelnik@luxoft.com>
Tue, 8 Apr 2014 07:50:54 +0000 (10:50 +0300)
committerJustin Dickow <jjdickow@gmail.com>
Wed, 9 Jul 2014 18:02:42 +0000 (14:02 -0400)
Reason: onStatusUpdate small changes

src/components/HMI/ffw/BasicCommunicationRPC.js

index e78ed57..2509f4a 100644 (file)
@@ -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) {