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

Commit 8ca4642b authored by Jeffrey Brown's avatar Jeffrey Brown Committed by Android Git Automerger
Browse files

am edc93331: am a0d547b4: am dac4a90d: Merge "fix hover events consume issue"

# By Masanori Ogino
# Via Android Git Automerger (2) and others
* commit 'edc93331':
  fix hover events consume issue
parents a81a40e0 edc93331
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -8185,8 +8185,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;