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

Commit f3c8ada6 authored by Vinay Joglekar's avatar Vinay Joglekar
Browse files

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

(2/2)Fix NPE for title description broken by ag/28991306. It can be nullable initially before its set.

Test: Manual
Bug: 345789862
Flag: EXEMPT bugfix
Change-Id: I49bc0d443456ab794dfd3f4b42b7d32fb5abf4cb
parent 646bd519
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;