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

Commit 9bb3ed97 authored by Adrian Roos's avatar Adrian Roos Committed by android-build-merger
Browse files

KeyguardStatusBar: Fix bad state after canceled animation

am: e2f6173b

Change-Id: I44e0e89f4d8eed0729b1450e44e57cb53dc97d1f
parents e55a9850 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 {