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

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

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

Merge "(1/2) Fix NPE for title description broken by ag/28991306. It can be nullable initially before its set." into main
parents a587ea69 c41fb6ba
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -257,7 +257,7 @@ class DigitalWellBeingToast(
        task: Task,
        appUsageLimitTimeMs: Long,
        appRemainingTimeMs: Long
    ): String =
    ): String? =
        if (appUsageLimitTimeMs >= 0 && appRemainingTimeMs >= 0)
            container
                .asContext()