From 246ba1121c41d518af5b755fa7a8ded2c4a0ec8b Mon Sep 17 00:00:00 2001 From: Joe Onorato Date: Thu, 26 Aug 2010 16:52:26 -0400 Subject: Need to close the windowshade on ACTION_CLOSE_SYSTEM_DIALOGS and ACTION_SCREEN_OFF. Bug: 2827958 Change-Id: I1f9467a2a80fdc1d004a678327a47e7bc8917a18 --- .../SystemUI/src/com/android/systemui/statusbar/StatusBarService.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages') diff --git a/packages/SystemUI/src/com/android/systemui/statusbar/StatusBarService.java b/packages/SystemUI/src/com/android/systemui/statusbar/StatusBarService.java index d2346e4..a47415e 100644 --- a/packages/SystemUI/src/com/android/systemui/statusbar/StatusBarService.java +++ b/packages/SystemUI/src/com/android/systemui/statusbar/StatusBarService.java @@ -1540,7 +1540,7 @@ public class StatusBarService extends Service implements CommandQueue.Callbacks 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(); -- cgit v1.1