Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit 8fa136da authored by Josh's avatar Josh
Browse files

Restricted status bar system icons touch handling to mouse events

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
parent d0d2eb59
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment