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

Commit 3ebcd3be authored by lyn's avatar lyn
Browse files

Fix education HUN truncation with BigText style

Fixes: 353647981
Test: manual
Flag: com.android.systemui.notification_avalanche_suppression
Change-Id: I68aa5c0aa172ab5c1910faad427b04271d2dc7df
parent e49f5aba
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)