@@ -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