Skip to content

Commit 6e61e9f

Browse files
committed
Fix build
1 parent bb8d6eb commit 6e61e9f

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

services/core/java/com/android/server/UiModeManagerService.java

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -611,20 +611,12 @@ private void sendConfigurationLocked() {
611611
if (overrideCustomColors) {
612612
if (mContext.getResources().getConfiguration().uiThemeMode
613613
== Configuration.UI_THEME_MODE_HOLO_DARK) {
614-
Settings.System.putInt(mContext.getContentResolver(),
615-
Settings.System.NOTIFICATION_BG_COLOR, 0xff1b1f23);
616-
Settings.System.putInt(mContext.getContentResolver(),
617-
Settings.System.NOTIFICATION_TEXT_COLOR, 0xffffffff);
618614
Settings.System.putInt(mContext.getContentResolver(),
619615
Settings.System.QS_BACKGROUND_COLOR, 0xff1b1f23);
620616
Settings.System.putInt(mContext.getContentResolver(),
621617
Settings.System.STATUS_BAR_EXPANDED_HEADER_BG_COLOR,
622618
0xff263238);
623619
} else {
624-
Settings.System.putInt(mContext.getContentResolver(),
625-
Settings.System.NOTIFICATION_BG_COLOR, 0xffffffff);
626-
Settings.System.putInt(mContext.getContentResolver(),
627-
Settings.System.NOTIFICATION_TEXT_COLOR, 0xff000000);
628620
Settings.System.putInt(mContext.getContentResolver(),
629621
Settings.System.QS_BACKGROUND_COLOR, 0xff263238);
630622
Settings.System.putInt(mContext.getContentResolver(),

0 commit comments

Comments
 (0)