From c120b6e99ab9982b046772e8d41cf4f27e9f1026 Mon Sep 17 00:00:00 2001 From: Jim Miller Date: Mon, 12 Nov 2012 17:54:22 -0800 Subject: [PATCH] Fix "keyguard unresponsive" bug This fixes a bug where the code would pop up SearchPanelView and never close it. The result is that the overlapping window would absorb all input events and effectively prevent the user from entering their pin/pattern/password. The fix is to replace ImageView with KeyButtonView to make the behavior consistent with how it's handle in home screen. Fixes bug 7520075 Change-Id: I461bf2844c023fd7a2dffca1177cc5951f30dba0 --- packages/SystemUI/res/layout-sw600dp/navigation_bar.xml | 4 ++-- packages/SystemUI/res/layout/navigation_bar.xml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/SystemUI/res/layout-sw600dp/navigation_bar.xml b/packages/SystemUI/res/layout-sw600dp/navigation_bar.xml index 2669c7ecff1f9..b1104ccd70aee 100644 --- a/packages/SystemUI/res/layout-sw600dp/navigation_bar.xml +++ b/packages/SystemUI/res/layout-sw600dp/navigation_bar.xml @@ -141,7 +141,7 @@ /> - - - -