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

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

KeyguardStatusBar: Fix bad state after canceled animation am: e2f6173b

am: 9bb3ed97

Change-Id: I5467587d24c7fdac8d9cf559b4916f567cce2323
parents c8f4ba1f 9bb3ed97
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 {