Fix for TC-1560 UI always zoomed out
[profile/ivi/Modello_Phone.git] / js / main.js
index 38d4e8e..9ee0db7 100644 (file)
@@ -730,7 +730,7 @@ $(document).ready(
                                 if (acceptPhoneCallFromOtherWidget === true) {
 
                                     window.setTimeout(function() {
-                                        if (typeof tizen !== "undefined") {
+                                        if (typeof (tizen.application.getCurrentApplication) !== "undefined") {
                                             tizen.application.getCurrentApplication().exit();
                                         }
                                     }, 1000);