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

Commit 604fa4df authored by Jeff DeCew's avatar Jeff DeCew
Browse files

Fix notification time text color

Fixes: 178725891
Test: manual
Change-Id: I2485bf1995945038ae076abe372b2e8da1921023
parent cd6911ec
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);
            }
        }