OSDN Git Service

Don't have NavigationBarApps::AppHoverListener mark events as consumed
authorToni Barzic <tbarzic@google.com>
Wed, 7 Oct 2015 22:10:40 +0000 (15:10 -0700)
committerToni Barzic <tbarzic@google.com>
Wed, 7 Oct 2015 22:10:40 +0000 (15:10 -0700)
This is to allow default hover event handling on ImageViews associated
with apps (which includes sending appropriate accessibility events)

BUG=24747532

Change-Id: I890b58249998b11f813dc5c31274f7ae231d369c

packages/SystemUI/src/com/android/systemui/statusbar/phone/NavigationBarApps.java

index 86f8f5a..4ac2c31 100644 (file)
@@ -812,7 +812,7 @@ class NavigationBarApps extends LinearLayout
                     removeCallbacks(mShowMenuCallback);
                     break;
             }
-            return true;
+            return false;
         }
     }