[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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user