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

Skip to content
Commit 7d1daa11 authored by Prabir Pradhan's avatar Prabir Pradhan
Browse files

Remove Pointer Tracking in WM: Disable TaskTapPointerEventListener

As part of the effort to remove input code from WM, add a flag to
disable TaskTapPointerEventListener in WM.

Its responsibilities are already handled by other means:
- Taps outside focused tasks are reported to WM directly by
  InputDispatcher using onPointerDownOutsideFocus().
- Freeform window resizing is handled by WM Shell in
  DragResizeInputListener.

Since its behavior is obsolete, remove it safely with a flag.

Bug: 315321016
Test: manual
Change-Id: Iaf9c9c2a4eade8b645cce1fa38734f15d3487593
parent fe7861ca
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