packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/PhoneStatusBarViewControllerTest.kt
+33
−1
Loading
Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more
As part of systemUI work to support mouse usage, system icons in status bar recently became clickable and hence started handling touches, both pointer(mouse) touches and finger touches (unintentionally). This led to system icons container stealing touches from statusbar making it impossible to swipe down from the system icons area to expand shade. To fix this, we've restriced system icons container touch handling to strictly mouse events hence all finger touch interactions stay the same and mouse click touches are handled as intended. Test: atest PhoneStatusBarViewControllerTest Flag: NA Fixes: 326097469 Change-Id: Ib1dc596311e1d8e737982cf6201a66481daef75a