summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoe Onorato <joeo@google.com>2010-08-27 11:21:26 -0400
committerJoe Onorato <joeo@google.com>2010-08-27 11:21:26 -0400
commit88e517ec7178db457ad987e91c5430c6be6c0c85 (patch)
treedc32d6fba42195e04f14878c27fd0c8291ab93aa
parent5c769a47aeb399324cca7f5d449331a3bba85b52 (diff)
downloadframeworks_base-88e517ec7178db457ad987e91c5430c6be6c0c85.zip
frameworks_base-88e517ec7178db457ad987e91c5430c6be6c0c85.tar.gz
frameworks_base-88e517ec7178db457ad987e91c5430c6be6c0c85.tar.bz2
Hand merge bc5d9d22: Need to close the windowshade on ACTION_CLOSE_SYSTEM_DIALOGS and ACTION_SCREEN_OFF." into
master Change-Id: I4e42155d231f92893c48ffe911e3dfce9d70eb49
-rw-r--r--packages/SystemUI/src/com/android/systemui/statusbar/PhoneStatusBarService.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/SystemUI/src/com/android/systemui/statusbar/PhoneStatusBarService.java b/packages/SystemUI/src/com/android/systemui/statusbar/PhoneStatusBarService.java
index 91b583b..33acecb 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();