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

Commit 86e7cdf5 authored by Hawkwood Glazier's avatar Hawkwood Glazier Committed by Android (Google) Code Review
Browse files

Merge "Clock not centering becuase KeyguardStatusView was disconnected" into main

parents 5285cdb8 3240dc51
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -1753,10 +1753,11 @@ public final class NotificationPanelViewController implements ShadeSurface, Dump
    }

    private void updateKeyguardStatusViewAlignment(boolean animate) {
        boolean shouldBeCentered = shouldKeyguardStatusViewBeCentered();
        if (migrateClocksToBlueprint()) {
            mKeyguardInteractor.setClockShouldBeCentered(shouldBeCentered);
            return;
        }
        boolean shouldBeCentered = shouldKeyguardStatusViewBeCentered();
        ConstraintLayout layout = mNotificationContainerParent;
        mKeyguardStatusViewController.updateAlignment(
                layout, mSplitShadeEnabled, shouldBeCentered, animate);