Merge "Avoid animating keyguard views if they are centered during unfold"

This commit is contained in:
TreeHugger Robot
2022-02-08 23:23:27 +00:00
committed by Android (Google) Code Review

View File

@@ -1577,6 +1577,7 @@ public class NotificationPanelViewController extends PanelViewController
constraintSet.applyTo(mNotificationContainerParent);
}
mKeyguardUnfoldTransition.ifPresent(t -> t.setStatusViewCentered(mStatusViewCentered));
}
/**