Merge "Fix notification background color" into sc-dev
This commit is contained in:
@@ -6315,7 +6315,7 @@ public class Notification implements Parcelable
|
||||
* Gets the theme's background color
|
||||
*/
|
||||
private @ColorInt int getDefaultBackgroundColor() {
|
||||
return obtainThemeColor(R.attr.colorBackground,
|
||||
return obtainThemeColor(R.attr.colorSurface,
|
||||
mInNightMode ? Color.BLACK : Color.WHITE);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user