From a099cc8bb1f03f381b46e4f2d52d7d50ebf32441 Mon Sep 17 00:00:00 2001 From: Matthew Ng Date: Wed, 5 Sep 2018 14:03:20 -0700 Subject: [PATCH] Fixes tapping home button on right edge with quickstep layout Reverted ag/4731597 since it was causing issue and instead hides the menu container when none of its children are visible. Change-Id: Ie48ef32f8a66392796cb0330faed6dff499bc1b1 Fixes: 114099654 Test: tap around the right edge --- packages/SystemUI/res/layout/menu_ime.xml | 1 - .../statusbar/phone/NavigationBarView.java | 11 +++++++++++ .../statusbar/phone/NearestTouchFrame.java | 1 - .../statusbar/phone/NearestTouchFrameTest.java | 18 ------------------ 4 files changed, 11 insertions(+), 20 deletions(-) diff --git a/packages/SystemUI/res/layout/menu_ime.xml b/packages/SystemUI/res/layout/menu_ime.xml index b047efbdc6e07..8a3a0b19c892c 100644 --- a/packages/SystemUI/res/layout/menu_ime.xml +++ b/packages/SystemUI/res/layout/menu_ime.xml @@ -19,7 +19,6 @@ android:id="@+id/menu_container" android:layout_width="@dimen/navigation_key_width" android:layout_height="match_parent" - android:focusable="false" android:importantForAccessibility="no" >