[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
This commit is contained in:
Christian Go??llner
2022-07-21 11:27:19 +02:00
parent c9358c61f0
commit 845aabbc83

View File

@@ -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) {