X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=homescreen%2Fqml%2Fmain.qml;fp=homescreen%2Fqml%2Fmain.qml;h=24ee262ef34f209643ce98c2f2b90a0faabbafc0;hb=da8d7c1291e930778853eb9f241054abf9c633ee;hp=164cbf7e50080b80c881ee2a002bb4ebfba01279;hpb=b3476f1c2debc23411a66b1498065ab575879e22;p=apps%2Fhomescreen.git diff --git a/homescreen/qml/main.qml b/homescreen/qml/main.qml index 164cbf7..24ee262 100644 --- a/homescreen/qml/main.qml +++ b/homescreen/qml/main.qml @@ -136,18 +136,14 @@ Window { container.state = 'fullscreen' touchArea.switchArea(1) homescreenHandler.tapShortcut(appName, true) - if (appName === 'navigation' || appName === 'browser') { - container.opacity = 0.0 - } + container.opacity = 0.0 } else { image.source = './images/normal.png' btnState = 'normal' container.state = 'normal' touchArea.switchArea(0) homescreenHandler.tapShortcut(appName, false) - if (appName === 'navigation' || appName === 'browser') { - container.opacity = 1.0 - } + container.opacity = 1.0 } } }