Fix font name, temporarily remove subscribe call, and fix app name
[profile/ivi/Modello_Common.git] / js / services / speech.js
index 0787c30..9d2a21c 100644 (file)
@@ -210,7 +210,7 @@ var Speech = (function() {
        Speech.prototype.readCurrentAppName = function() {
                if (typeof (tizen) !== 'undefined') {
                        var appName = tizen.application.getCurrentApplication().appInfo.name.toString().trim().toLowerCase();
-                       if (appName === "hvac") {
+                       if (appName === "modello hvac") {
                                appName = "air conditioning";
                        }
                        this.vocalizeString(appName);