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

Commit 246ba112 authored by Joe Onorato's avatar Joe Onorato
Browse files

Need to close the windowshade on ACTION_CLOSE_SYSTEM_DIALOGS and ACTION_SCREEN_OFF.

Bug: 2827958
Change-Id: I1f9467a2a80fdc1d004a678327a47e7bc8917a18
parent ed101933
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();