From 7609f84b26035aa7e8cf4a358776eba15c6e11d1 Mon Sep 17 00:00:00 2001 From: mattsziklay Date: Fri, 17 Feb 2023 14:47:25 -0800 Subject: [PATCH] Fix close and back buttons in caption proto 1. Restores click listeners to back and close buttons and adjusts their tint in the same fashion as handle. Bug: 269660870 Test: Manual testing - confirm buttons function and display correctly in proto 1, confirm proto 2 is unaffected. Change-Id: I8a6dcd10d8816ae59e6551e77aef1b2753be3c33 --- .../windowdecor/DesktopModeWindowDecoration.java | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/DesktopModeWindowDecoration.java b/libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/DesktopModeWindowDecoration.java index 245cc8d7ee871..0779f1d725510 100644 --- a/libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/DesktopModeWindowDecoration.java +++ b/libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/DesktopModeWindowDecoration.java @@ -213,6 +213,12 @@ public class DesktopModeWindowDecoration extends WindowDecoration