Skip to content

Commit 27b2441

Browse files
committed
Fix build
Signed-off-by: W4TCH0UT <[email protected]>
1 parent 53455c5 commit 27b2441

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -648,9 +648,6 @@ public void update() {
648648
mBrightnessControl = Settings.System.getIntForUser(
649649
mContext.getContentResolver(), Settings.System.STATUS_BAR_BRIGHTNESS_CONTROL, 0,
650650
UserHandle.USER_CURRENT) == 1;
651-
mVisualizerEnabled = Settings.Secure.getIntForUser(resolver,
652-
Settings.Secure.LOCKSCREEN_VISUALIZER_ENABLED, 1,
653-
UserHandle.USER_CURRENT) != 0;
654651
mShowTaskManager = Settings.System.getIntForUser(resolver,
655652
Settings.System.ENABLE_TASK_MANAGER, 0, UserHandle.USER_CURRENT) == 1;
656653

0 commit comments

Comments
 (0)