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

Commit 8934d7fb authored by Jeff DeCew's avatar Jeff DeCew Committed by Automerger Merge Worker
Browse files

Merge "Fix notification background color" into sc-dev am: fe8298fd

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/14189045

Change-Id: Ibe0fe3b5aaa1591df3027f312fa3cab0ca05c71d
parents 444175c0 fe8298fd
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);
        }