@@ -302,20 +302,12 @@ public static void processActionWithOptions(Context context,
302302 if (overrideCustomColors ) {
303303 if (context .getResources ().getConfiguration ().uiThemeMode
304304 == Configuration .UI_THEME_MODE_HOLO_DARK ) {
305- Settings .System .putInt (context .getContentResolver (),
306- Settings .System .NOTIFICATION_BG_COLOR , 0xffffffff );
307- Settings .System .putInt (context .getContentResolver (),
308- Settings .System .NOTIFICATION_TEXT_COLOR , 0xff000000 );
309305 Settings .System .putInt (context .getContentResolver (),
310306 Settings .System .QS_BACKGROUND_COLOR , 0xff263238 );
311307 Settings .System .putInt (context .getContentResolver (),
312308 Settings .System .STATUS_BAR_EXPANDED_HEADER_BG_COLOR ,
313309 0xff384248 );
314310 } else {
315- Settings .System .putInt (context .getContentResolver (),
316- Settings .System .NOTIFICATION_BG_COLOR , 0xff1b1f23 );
317- Settings .System .putInt (context .getContentResolver (),
318- Settings .System .NOTIFICATION_TEXT_COLOR , 0xffffffff );
319311 Settings .System .putInt (context .getContentResolver (),
320312 Settings .System .QS_BACKGROUND_COLOR , 0xff1b1f23 );
321313 Settings .System .putInt (context .getContentResolver (),
0 commit comments