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

Commit c2236c67 authored by Jorim Jaggi's avatar Jorim Jaggi Committed by Android Git Automerger
Browse files

am 05440791: am af168d78: am 0f72ddc2: Merge "Fix missing status bar icons" into lmp-dev

* commit '05440791af68619225902fafe13da54fabf23884':
  Fix missing status bar icons
parents 90d65e7b 36096409
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -2016,7 +2016,12 @@ public class PhoneStatusBar extends BaseStatusBar implements DemoMode,
                .alpha(1f)
                .setDuration(320)
                .setInterpolator(ALPHA_IN)
                .setStartDelay(50);
                .setStartDelay(50)

                // We need to clean up any pending end action from animateStatusBarHide if we call
                // both hide and show in the same frame before the animation actually gets started.
                // cancel() doesn't really remove the end action.
                .withEndAction(null);

        // Synchronize the motion with the Keyguard fading if necessary.
        if (mKeyguardFadingAway) {