From f8032d24fa3ff54425cc64b5e9839985a530b587 Mon Sep 17 00:00:00 2001 From: Bryce Lee Date: Fri, 17 Mar 2023 15:07:11 -0700 Subject: [PATCH] Do not track DreamOverlayStatusBarView for touch. The dream overlay status bar no longer needs to handle touches (a touch handler now handles dragging down the notification shade). This changelist removes touch interception on this view to allow touches to pass down to the dream. Fixes: 273540283 Test: manual - tap recovery button from status bar area. Change-Id: I4551fbc76e083d4214a7b4a83c25ba1f4e077d7a --- .../systemui/dreams/DreamOverlayStatusBarViewController.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/packages/SystemUI/src/com/android/systemui/dreams/DreamOverlayStatusBarViewController.java b/packages/SystemUI/src/com/android/systemui/dreams/DreamOverlayStatusBarViewController.java index 74a49a8f3c886..c954f98ad36e1 100644 --- a/packages/SystemUI/src/com/android/systemui/dreams/DreamOverlayStatusBarViewController.java +++ b/packages/SystemUI/src/com/android/systemui/dreams/DreamOverlayStatusBarViewController.java @@ -201,8 +201,6 @@ public class DreamOverlayStatusBarViewController extends ViewController