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

Commit fddff9e6 authored by Vinay Joglekar's avatar Vinay Joglekar Committed by Android (Google) Code Review
Browse files

Merge "(2/2)Fix NPE for title description broken by ag/28991306. It can be...

Merge "(2/2)Fix NPE for title description broken by ag/28991306. It can be nullable initially before its set." into main
parents 905d0cdf f3c8ada6
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -218,6 +218,7 @@ public class Task {
    @ViewDebug.ExportedProperty(category="recents")
    public String title;
    @ViewDebug.ExportedProperty(category="recents")
    @Nullable
    public String titleDescription;
    @ViewDebug.ExportedProperty(category="recents")
    public int colorPrimary;