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

Commit 0525ffa7 authored by Fabian Kozynski's avatar Fabian Kozynski
Browse files

Notify that QSCustomizer#isCustomized may have changed

From the QS perspective, QSCustomizer is customizing also while opening.
If we cancel the expansion and set mOpening to false, also notify QS.

Test: manual
Fixes: 173468796
Change-Id: If534c629fc0962bf79d5145c56421451c6f4b072
parent 2f5313a7
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -214,6 +214,7 @@ public class QSCustomizer extends LinearLayout {
        @Override
        public void onAnimationCancel(Animator animation) {
            mOpening = false;
            mQs.notifyCustomizeChanged();
            mNotifQsContainer.setCustomizerAnimating(false);
        }
    }