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

Commit f7c1cc0e authored by Michał Brzeziński's avatar Michał Brzeziński Committed by Android (Google) Code Review
Browse files

Merge "Making sure collapseOrExpandedQs doesn't do anything in split shade" into tm-qpr-dev

parents 0bb86601 af72822d
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -1378,6 +1378,9 @@ public class QuickSettingsController {
    }

    private void collapseOrExpandQs() {
        if (mSplitShadeEnabled) {
            return; // QS is always expanded in split shade
        }
        onExpansionStarted();
        if (getExpanded()) {
            flingQs(0, FLING_COLLAPSE, null, true);