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

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

Merge "Fix notification time text color" into sc-dev am: 2d1e90b5

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

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I94d8bb5d6461652efbc8605c408e836a9eb520d7
parents 446b4c3d 2d1e90b5
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -5255,6 +5255,7 @@ public class Notification implements Parcelable
                // We still want a time to be set but gone, such that we can show and hide it
                // on demand in case it's a child notification without anything in the header
                contentView.setLong(R.id.time, "setTime", mN.when != 0 ? mN.when : mN.creationTime);
                setTextViewColorSecondary(contentView, R.id.time, p);
            }
        }