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

Skip to content
Commit 1e55c88f authored by Ben Lin's avatar Ben Lin
Browse files

Let Band selection start on ACTION_MOVE instead of ACTION_DOWN.

For some reason, returning true for OnInterceptTouchEvents for
ACTION_DOWN does not:

1. Pass the event to onTouchEvent
2. Intercept the rest of the events afterwards (i.e. MOVE events)

We have to return true on an ACTION_MOVE event in order for the rest of
the events to be passed to onTouchEvents. Not sure why that is, but
b/30146357 is tracking this.

Bug: 31274930
Change-Id: I7380462c8f2dff92da14a93e171a539f66190e31
parent 45ce375a
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment