diff options
author | Matt Pietal <mpietal@google.com> | 2021-06-01 10:48:52 -0400 |
---|---|---|
committer | Matt Pietal <mpietal@google.com> | 2021-06-01 10:48:52 -0400 |
commit | a2c5ff9b42b13987c97e865736f0a3732f7525a4 (patch) | |
tree | 2769d0246f7a4f52074f161f5bbdc20d0e5f8cc4 /packages/SystemUI/src/com/android/keyguard/KeyguardStatusViewController.java | |
parent | 1dfd948440af4fa2e859b698cb0fa1770c89d4ee (diff) |
AOD/LS Clock fixes
Smartspace shared element transitions are interferring with normal
clock operation. Remove the offending lines until a proper fix can be
put in
Fixes: 189534613
Test: manual
Change-Id: Ib4678c1405dff722e57048885d8c3c5fb878c954
Diffstat (limited to 'packages/SystemUI/src/com/android/keyguard/KeyguardStatusViewController.java')
-rw-r--r-- | packages/SystemUI/src/com/android/keyguard/KeyguardStatusViewController.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/SystemUI/src/com/android/keyguard/KeyguardStatusViewController.java b/packages/SystemUI/src/com/android/keyguard/KeyguardStatusViewController.java index 7b6514a63195..181db6a94569 100644 --- a/packages/SystemUI/src/com/android/keyguard/KeyguardStatusViewController.java +++ b/packages/SystemUI/src/com/android/keyguard/KeyguardStatusViewController.java @@ -87,7 +87,6 @@ public class KeyguardStatusViewController extends ViewController<KeyguardStatusV // element transition. if (keyguardStateController.isShowing()) { mView.setChildrenAlphaExcludingClockView(1f); - mKeyguardClockSwitchController.setChildrenAlphaExcludingSmartspace(1f); } } }); |