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

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

Merge "KeyguardStatusBar: Fix bad state after canceled animation" into nyc-mr1-dev

parents b1f01b75 e2f6173b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -308,6 +308,7 @@ public class KeyguardStatusBarView extends RelativeLayout
        super.setVisibility(visibility);
        if (visibility != View.VISIBLE) {
            mSystemIconsSuperContainer.animate().cancel();
            mSystemIconsSuperContainer.setTranslationX(0);
            mMultiUserSwitch.animate().cancel();
            mMultiUserSwitch.setAlpha(1f);
        } else {