Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8620ed1d authored by Joe Onorato's avatar Joe Onorato Committed by Android Git Automerger
Browse files

am bc5d9d22: Merge "Need to close the windowshade on...

am bc5d9d22: Merge "Need to close the windowshade on ACTION_CLOSE_SYSTEM_DIALOGS and ACTION_SCREEN_OFF." into gingerbread

Merge commit 'bc5d9d22' into gingerbread-plus-aosp

* commit 'bc5d9d22':
  Need to close the windowshade on ACTION_CLOSE_SYSTEM_DIALOGS and ACTION_SCREEN_OFF.
parents 74ae6973 bc5d9d22
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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();