Merge "Notify that QSCustomizer#isCustomized may have changed"

This commit is contained in:
TreeHugger Robot
2020-11-17 22:27:30 +00:00
committed by Android (Google) Code Review

View File

@@ -214,6 +214,7 @@ public class QSCustomizer extends LinearLayout {
@Override
public void onAnimationCancel(Animator animation) {
mOpening = false;
mQs.notifyCustomizeChanged();
mNotifQsContainer.setCustomizerAnimating(false);
}
}