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

Commit 1ad9cf13 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Notify that QSCustomizer#isCustomized may have changed"

parents baae6129 0525ffa7
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);
        }
    }