commit | 7898466dc0b4d6850fd6f7ad0af5d92ed2c0fa79 | [log] [tgz] |
---|---|---|
author | Michael Jurka <mikejurka@google.com> | Mon Aug 23 15:06:29 2010 -0700 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Mon Aug 23 15:06:29 2010 -0700 |
tree | 548b946e42a4712f877a6814e0f34fa6c0a2ab0c | |
parent | 9de2296c4cd70cf480b9157ff4cfe4553c01f355 [diff] | |
parent | 909f9152869105db3b02904113f09e5729bd85a0 [diff] |
Merge "Fixed bug where custo drawer remained open after power-off"
diff --git a/src/com/android/launcher2/Launcher.java b/src/com/android/launcher2/Launcher.java index ca6539f..6b00742 100644 --- a/src/com/android/launcher2/Launcher.java +++ b/src/com/android/launcher2/Launcher.java
@@ -2498,6 +2498,7 @@ } closeAllApps(animate); mWorkspace.unshrink(animate); + hideCustomizationDrawer(); } } }