Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fe8298fd authored by Jeff DeCew's avatar Jeff DeCew Committed by Android (Google) Code Review
Browse files

Merge "Fix notification background color" into sc-dev

parents 4d139ff9 451f3ff3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);
        }