From 88e517ec7178db457ad987e91c5430c6be6c0c85 Mon Sep 17 00:00:00 2001 From: Joe Onorato Date: Fri, 27 Aug 2010 11:21:26 -0400 Subject: [PATCH] Hand merge bc5d9d22: Need to close the windowshade on ACTION_CLOSE_SYSTEM_DIALOGS and ACTION_SCREEN_OFF." into master Change-Id: I4e42155d231f92893c48ffe911e3dfce9d70eb49 --- .../com/android/systemui/statusbar/PhoneStatusBarService.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/SystemUI/src/com/android/systemui/statusbar/PhoneStatusBarService.java b/packages/SystemUI/src/com/android/systemui/statusbar/PhoneStatusBarService.java index 91b583b986185..33acecb09347a 100644 --- a/packages/SystemUI/src/com/android/systemui/statusbar/PhoneStatusBarService.java +++ b/packages/SystemUI/src/com/android/systemui/statusbar/PhoneStatusBarService.java @@ -1485,7 +1485,7 @@ public class PhoneStatusBarService extends StatusBarService { String action = intent.getAction(); if (Intent.ACTION_CLOSE_SYSTEM_DIALOGS.equals(action) || Intent.ACTION_SCREEN_OFF.equals(action)) { - //collapse(); + animateCollapse(); } else if (Intent.ACTION_CONFIGURATION_CHANGED.equals(action)) { updateResources();