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

Commit dac4a90d authored by Jeffrey Brown's avatar Jeffrey Brown Committed by Gerrit Code Review
Browse files

Merge "fix hover events consume issue"

parents 88ba2f48 f449c0c3
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -8064,8 +8064,7 @@ public class View implements Drawable.Callback, KeyEvent.Callback,
            // in onHoverEvent.
            // Note that onGenericMotionEvent will be called by default when
            // onHoverEvent returns false (refer to dispatchGenericMotionEvent).
            dispatchGenericMotionEventInternal(event);
            return true;
            return dispatchGenericMotionEventInternal(event);
        }
        return false;