diff options
| author | 2018-04-16 20:36:37 +0000 | |
|---|---|---|
| committer | 2018-04-18 17:24:47 +0000 | |
| commit | 04497dde2f35bbba64baa8baf7ff42c86cafd928 (patch) | |
| tree | d6cb095e8403e919a1a98df9f559d58246c5ff2c | |
| parent | be26707695e3cf4785e716b9814a067d50cd1123 (diff) | |
Revert "Fix "Screen is pinned" dialog not showing completely in multi-window"
This reverts commit be26707695e3cf4785e716b9814a067d50cd1123.
Reason for revert: Caused regression in b/77976945
Fixes: 77976945
Bug: 73513388
Change-Id: I8c83a823d7421563ea5a2eab2e20cb2b06ec6068
| -rw-r--r-- | packages/SystemUI/src/com/android/systemui/recents/ScreenPinningRequest.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/SystemUI/src/com/android/systemui/recents/ScreenPinningRequest.java b/packages/SystemUI/src/com/android/systemui/recents/ScreenPinningRequest.java index bfbba7c1128a..3dd6e353c924 100644 --- a/packages/SystemUI/src/com/android/systemui/recents/ScreenPinningRequest.java +++ b/packages/SystemUI/src/com/android/systemui/recents/ScreenPinningRequest.java @@ -107,7 +107,7 @@ public class ScreenPinningRequest implements View.OnClickListener { final WindowManager.LayoutParams lp = new WindowManager.LayoutParams( ViewGroup.LayoutParams.MATCH_PARENT, ViewGroup.LayoutParams.MATCH_PARENT, - WindowManager.LayoutParams.TYPE_APPLICATION_OVERLAY, + WindowManager.LayoutParams.TYPE_NAVIGATION_BAR_PANEL, WindowManager.LayoutParams.FLAG_LAYOUT_IN_SCREEN | WindowManager.LayoutParams.FLAG_NOT_FOCUSABLE, PixelFormat.TRANSLUCENT); |