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

Commit 5a824f4b authored by Daniel Sandler's avatar Daniel Sandler Committed by Android Git Automerger
Browse files

am 5b5d31b1: Merge "Lubricate a sticky notification panel." into jb-mr1-dev

* commit '5b5d31b1':
  Lubricate a sticky notification panel.
parents a4b48330 5b5d31b1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -160,7 +160,7 @@ public class PanelBar extends FrameLayout {
            }
        }
        if (DEBUG) LOG("collapseAllPanels: animate=%s waiting=%s", animate, waiting);
        if (!waiting) {
        if (!waiting && mState != STATE_CLOSED) {
            // it's possible that nothing animated, so we replicate the termination 
            // conditions of panelExpansionChanged here
            go(STATE_CLOSED);
+2 −2
Original line number Diff line number Diff line
@@ -1269,8 +1269,8 @@ public class PhoneStatusBar extends BaseStatusBar {
            return;
        }

        // Ensure the panel is fully collapsed (just in case; bug 6765842)
 // @@@        mStatusBarView.collapseAllPanels(/*animate=*/ false);
        // Ensure the panel is fully collapsed (just in case; bug 6765842, 7260868)
        mStatusBarView.collapseAllPanels(/*animate=*/ false);

        mExpandedVisible = false;
        mPile.setLayoutTransitionsEnabled(false);