Fix screen flicker 51/13151/3 5.0.1 eel/5.0.1 eel_5.0.1
authorKazumasa Mitsunari <knimitz@witz-inc.co.jp>
Mon, 8 Jan 2018 07:50:50 +0000 (16:50 +0900)
committerKazumasa Mitsunari <knimitz@witz-inc.co.jp>
Thu, 11 Jan 2018 02:18:36 +0000 (02:18 +0000)
If the app is on background layer for CES hack such like Navigation,
when the user push "Home" shortcut botton quickly many times,
the app on background layer appears with flickering.
So fix the issue.

Bug-AGL: SPEC-1247

Change-Id: I777607a99914f0141886e817cb6a5e486f1105f0
Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>
src/app.cpp

index d218f3e..254214e 100644 (file)
@@ -743,8 +743,6 @@ char const *App::api_request_surface(char const *drawing_name,
 void App::activate(int id) {
    auto ip = this->controller->sprops.find(id);
    if (ip != this->controller->sprops.end()) {
-      this->controller->surfaces[id]->set_visibility(0);
-      this->layout_commit();
       this->controller->surfaces[id]->set_visibility(1);
       char const *label =
          this->lookup_name(id).value_or("unknown-name").c_str();