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

Commit a2c5ff9b authored by Matt Pietal's avatar Matt Pietal
Browse files

AOD/LS Clock fixes

Smartspace shared element transitions are interferring with normal
clock operation. Remove the offending lines until a proper fix can be
put in

Fixes: 189534613
Test: manual
Change-Id: Ib4678c1405dff722e57048885d8c3c5fb878c954
parent 1dfd9484
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
@@ -87,7 +87,6 @@ public class KeyguardStatusViewController extends ViewController<KeyguardStatusV
                // element transition.
                if (keyguardStateController.isShowing()) {
                    mView.setChildrenAlphaExcludingClockView(1f);
                    mKeyguardClockSwitchController.setChildrenAlphaExcludingSmartspace(1f);
                }
            }
        });