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
Merged-In: I4551fbc76e083d4214a7b4a83c25ba1f4e077d7a
This commit is contained in:
Bryce Lee
2023-03-17 15:07:11 -07:00
parent 797b0c1b03
commit 8630554449

View File

@@ -200,8 +200,6 @@ public class DreamOverlayStatusBarViewController extends ViewController<DreamOve
mStatusBarItemsProvider.addCallback(mStatusBarItemsProviderCallback);
mDreamOverlayStateController.addCallback(mDreamOverlayStateCallback);
mTouchInsetSession.addViewToTracking(mView);
}
@Override