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

Commit fa07882a 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

am: cfe44fcf

Change-Id: I608ea60bbc931346c2980627f0a6b667f731b30a
parents 87ef0876 cfe44fcf
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 {