Loading packages/SystemUI/src/com/android/systemui/statusbar/PhoneStatusBarService.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -1485,7 +1485,7 @@ public class PhoneStatusBarService extends StatusBarService { String action = intent.getAction(); String action = intent.getAction(); if (Intent.ACTION_CLOSE_SYSTEM_DIALOGS.equals(action) if (Intent.ACTION_CLOSE_SYSTEM_DIALOGS.equals(action) || Intent.ACTION_SCREEN_OFF.equals(action)) { || Intent.ACTION_SCREEN_OFF.equals(action)) { //collapse(); animateCollapse(); } } else if (Intent.ACTION_CONFIGURATION_CHANGED.equals(action)) { else if (Intent.ACTION_CONFIGURATION_CHANGED.equals(action)) { updateResources(); updateResources(); Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/PhoneStatusBarService.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -1485,7 +1485,7 @@ public class PhoneStatusBarService extends StatusBarService { String action = intent.getAction(); String action = intent.getAction(); if (Intent.ACTION_CLOSE_SYSTEM_DIALOGS.equals(action) if (Intent.ACTION_CLOSE_SYSTEM_DIALOGS.equals(action) || Intent.ACTION_SCREEN_OFF.equals(action)) { || Intent.ACTION_SCREEN_OFF.equals(action)) { //collapse(); animateCollapse(); } } else if (Intent.ACTION_CONFIGURATION_CHANGED.equals(action)) { else if (Intent.ACTION_CONFIGURATION_CHANGED.equals(action)) { updateResources(); updateResources(); Loading