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

Commit 951ce6c9 authored by Svetoslav Ganov's avatar Svetoslav Ganov Committed by Android (Google) Code Review
Browse files

Merge "Revert change f449c0c3." into jb-mr2-dev

parents 22f6a60e e7a4e636
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -8228,7 +8228,10 @@ 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).
            return dispatchGenericMotionEventInternal(event);
            dispatchGenericMotionEventInternal(event);
            // The event was already handled by calling setHovered(), so always
            // return true.
            return true;
        }
        return false;