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

Commit 06a951c9 authored by Toni Barzic's avatar Toni Barzic
Browse files

Don't have NavigationBarApps::AppHoverListener mark events as consumed

This is to allow default hover event handling on ImageViews associated
with apps (which includes sending appropriate accessibility events)

BUG=24747532

Change-Id: I890b58249998b11f813dc5c31274f7ae231d369c
parent 14acf721
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -812,7 +812,7 @@ class NavigationBarApps extends LinearLayout
                    removeCallbacks(mShowMenuCallback);
                    break;
            }
            return true;
            return false;
        }
    }