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

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

Merge "AOD/LS Clock fixes" into sc-dev

parents 0758e8b3 a2c5ff9b
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -305,10 +305,6 @@ public class KeyguardClockSwitchController extends ViewController<KeyguardClockS
            // know that it should re-position our SmartSpace.
            if (mKeyguardUnlockAnimationController.isUnlockingWithSmartSpaceTransition()) {
                mKeyguardUnlockAnimationController.updateLockscreenSmartSpacePosition();
            } else {
                // Otherwise, reset Y translation in case it's still offset from a previous shared
                // element transition.
                ((View) mSmartspaceView).setTranslationY(0f);
            }
        }

+0 −1
Original line number Diff line number Diff line
@@ -89,7 +89,6 @@ public class KeyguardStatusViewController extends ViewController<KeyguardStatusV
                // element transition.
                if (keyguardStateController.isShowing()) {
                    mView.setChildrenAlphaExcludingClockView(1f);
                    mKeyguardClockSwitchController.setChildrenAlphaExcludingSmartspace(1f);
                }
            }
        });