Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0397b702 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Temporarily disable vr_wm visibility while we figure out what triggers...

Merge "Temporarily disable vr_wm visibility while we figure out what triggers it to come up at all time. This is to quickly unblock everyone."
parents d3f8f486 f172ed84
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -294,6 +294,9 @@ void Application::SetVisibility(bool visible) {
  bool changed = is_visible_ != visible;
  if (changed) {
    is_visible_ = visible;
    // TODO (alexst): b/36036583 Disable vr_wm visibility until we figure out
    // why it's always on top. Still make it visible in debug mode.
    if (debug_mode_)
      dvrGraphicsSurfaceSetVisible(graphics_context_, is_visible_);
    OnVisibilityChanged(is_visible_);
  }