| commit | a6ac7b23ac9db5c78bef2875a5d189dd1114abb4 | [log] [tgz] |
|---|---|---|
| author | Brad Hinegardner <bhinegardner@google.com> | Fri Dec 13 15:59:38 2024 -0500 |
| committer | Brad Hinegardner <bhinegardner@google.com> | Fri Dec 13 15:59:38 2024 -0500 |
| tree | 0a65e8249bc34a1e763bae19703f7b25e9c7423c | |
| parent | b297645f99d9613596c9844c58dbea1e29263db1 [diff] |
Remove unneeded todo Bug: 383304368 Test: NA cleanup Flag: EXEMPT cleanup Change-Id: I3307dfb93ded30d353d8e55f2732838ab433d76c
diff --git a/packages/SystemUI/src/com/android/systemui/shade/NotificationPanelViewController.java b/packages/SystemUI/src/com/android/systemui/shade/NotificationPanelViewController.java index 79b9ae2..ac9d915 100644 --- a/packages/SystemUI/src/com/android/systemui/shade/NotificationPanelViewController.java +++ b/packages/SystemUI/src/com/android/systemui/shade/NotificationPanelViewController.java
@@ -4700,7 +4700,6 @@ } mKeyguardInteractor.setAlpha(alpha); - //todo was this needed? if (mKeyguardQsUserSwitchController != null) { mKeyguardQsUserSwitchController.setAlpha(alpha);