Skip to content

Commit bb8d6eb

Browse files
committed
Fix build
1 parent 68c3191 commit bb8d6eb

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

core/java/com/android/internal/util/radium/Action.java

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)