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

Commit 00c0eedf authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "AOD/LS Clock fixes" into sc-dev am: d5f04a78

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/14789291

Change-Id: I52d6a38bccbf1fbff705a4a9efd2ed7becc00174
parents ec5fef62 d5f04a78
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);
                }
            }
        });