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

Commit 88e517ec authored by Joe Onorato's avatar Joe Onorato
Browse files

Hand merge bc5d9d22: Need to close the windowshade on...

Hand merge bc5d9d22: Need to close the windowshade on ACTION_CLOSE_SYSTEM_DIALOGS and ACTION_SCREEN_OFF." into
master

Change-Id: I4e42155d231f92893c48ffe911e3dfce9d70eb49
parent 5c769a47
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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();