From 0bfed2909148826f43176136996e109270235263 Mon Sep 17 00:00:00 2001 From: Tracy Zhou Date: Thu, 7 Jun 2018 22:54:29 +0000 Subject: [PATCH] Revert "Change quickstep onboarding tip window type to" This reverts commit 4df16fb106fad56e8515da7ea68f6eddf24daf27. Reason for revert: This change does not really fix the z-layering while this issue is mitigated by the the update of the tip UI. It also causes b/109836271 Fixes: b/73990691 Fixes: b/109836271 Test: Manual test Change-Id: I6443e7d54e535e353a9ffc71c48ef8b6c3f47972 --- .../src/com/android/systemui/recents/RecentsOnboarding.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/SystemUI/src/com/android/systemui/recents/RecentsOnboarding.java b/packages/SystemUI/src/com/android/systemui/recents/RecentsOnboarding.java index 8d8e20669a1f2..ce9d7e160e0eb 100644 --- a/packages/SystemUI/src/com/android/systemui/recents/RecentsOnboarding.java +++ b/packages/SystemUI/src/com/android/systemui/recents/RecentsOnboarding.java @@ -479,7 +479,7 @@ public class RecentsOnboarding { ViewGroup.LayoutParams.WRAP_CONTENT, ViewGroup.LayoutParams.WRAP_CONTENT, x, -mNavBarHeight / 2, - WindowManager.LayoutParams.TYPE_NAVIGATION_BAR_PANEL, + WindowManager.LayoutParams.TYPE_APPLICATION_OVERLAY, flags, PixelFormat.TRANSLUCENT); lp.privateFlags |= WindowManager.LayoutParams.PRIVATE_FLAG_SHOW_FOR_ALL_USERS;