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

Commit a5727b04 authored by Ameer Armaly's avatar Ameer Armaly Committed by Android (Google) Code Review
Browse files

Merge "TouchExplorer:Fix test issue with resetting the hover enter timer." into main

parents ac919c27 d8890149
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -1601,6 +1601,9 @@ public class TouchExplorer extends BaseEventStreamTransformation
                                + " pointers down.");
                return;
            }
            if (Flags.resetHoverEventTimerOnActionUp() && mEvents.size() == 0) {
                return;
            }
            // Send an accessibility event to announce the touch exploration start.
            mDispatcher.sendAccessibilityEvent(TYPE_TOUCH_EXPLORATION_GESTURE_START);
            if (isSendMotionEventsEnabled()) {