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

Commit 697399a6 authored by Lyn Han's avatar Lyn Han Committed by Android (Google) Code Review
Browse files

Merge "Fix education HUN truncation with BigText style" into main

parents 11696d45 3ebcd3be
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -389,6 +389,7 @@ class AvalancheSuppressor(
                .setTicker(titleStr)
                .setContentTitle(titleStr)
                .setContentText(textStr)
                .setStyle(Notification.BigTextStyle().bigText(textStr))
                .setSmallIcon(com.android.systemui.res.R.drawable.ic_settings)
                .setCategory(Notification.CATEGORY_SYSTEM)
                .setTimeoutAfter(/* one day in ms */ 24 * 60 * 60 * 1000L)