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

Commit ba8093b5 authored by Matthew Ng's avatar Matthew Ng Committed by android-build-merger
Browse files

Merge "Merge "End button fade animation when its visiblity changes" into...

Merge "Merge "End button fade animation when its visiblity changes" into qt-dev am: ab662fe8" into qt-dev-plus-aosp
am: c14e9890

Change-Id: Ibb9f6bde96a436fdd328d746374c6c1bc4d66141
parents 08fc2656 c14e9890
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -141,6 +141,11 @@ public class ButtonDispatcher {

    public void setVisibility(int visibility) {
        if (mVisibility == visibility) return;
        if (mFadeAnimator != null) {
            mFadeAnimator.cancel();
            mFadeAnimator = null;
        }

        mVisibility = visibility;
        final int N = mViews.size();
        for (int i = 0; i < N; i++) {