diff options
| author | 2022-02-08 23:23:27 +0000 | |
|---|---|---|
| committer | 2022-02-08 23:23:27 +0000 | |
| commit | 026309bf9e238abfd6dc29142e6ed6196cdf0a5d (patch) | |
| tree | db21145bd699f0592b83af4e6145ab904886db28 | |
| parent | 9f9605bee85fa42fbb260728572870918fb1247a (diff) | |
| parent | 50258bff0a80e58f1e1c646804b0a4185e0aecde (diff) | |
Merge "Avoid animating keyguard views if they are centered during unfold"
| -rw-r--r-- | packages/SystemUI/src/com/android/systemui/statusbar/phone/NotificationPanelViewController.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/SystemUI/src/com/android/systemui/statusbar/phone/NotificationPanelViewController.java b/packages/SystemUI/src/com/android/systemui/statusbar/phone/NotificationPanelViewController.java index f667c1024bc1..62a96ad81434 100644 --- a/packages/SystemUI/src/com/android/systemui/statusbar/phone/NotificationPanelViewController.java +++ b/packages/SystemUI/src/com/android/systemui/statusbar/phone/NotificationPanelViewController.java @@ -1577,6 +1577,7 @@ public class NotificationPanelViewController extends PanelViewController constraintSet.applyTo(mNotificationContainerParent); } + mKeyguardUnfoldTransition.ifPresent(t -> t.setStatusViewCentered(mStatusViewCentered)); } /** |