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

Commit d7ed0a6b authored by Christian Göllner's avatar Christian Göllner Committed by Automerger Merge Worker
Browse files

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

Merge "[Split shade] Fix large clock moving horizontally during screen off" into tm-qpr-dev am: 09f7ed7e

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



Change-Id: I3abf3ab951fdbd6ec73b04d9fe9d95bb482989cc
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 11847699 09f7ed7e
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) {