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

Commit 845aabbc authored by Christian Go??llner's avatar Christian Go??llner
Browse files

[Split shade] Fix large clock moving horizontally during screen off

The fix is to make sure that we update the constraints earlier than when
the animation runs.

Fixes: 208255733
Test: Manually
Change-Id: I54bcf8d26b461253119bbf7ece3923393d9e53b8
parent c9358c61
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -3748,6 +3748,8 @@ public final class NotificationPanelViewController extends PanelViewController {

        final float dozeAmount = dozing ? 1 : 0;
        mStatusBarStateController.setAndInstrumentDozeAmount(mView, dozeAmount, animate);

        updateKeyguardStatusViewAlignment(animate);
    }

    public void setPulsing(boolean pulsing) {