Merge "Hand merge bc5d9d22: Need to close the windowshade on ACTION_CLOSE_SYSTEM_DIALOGS and ACTION_SCREEN_OFF." into master"
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user