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

Commit 049aa893 authored by Jeff DeCew's avatar Jeff DeCew
Browse files

Make dependency error notification public

Flag: NA
Test: manual
Change-Id: I13ecb0520c035cf498316b52b809aa9f088e884e
parent 356a1b24
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -133,6 +133,7 @@ constructor(
                .setContentTitle(title)
                .setContentText(details)
                .setStyle(Notification.BigTextStyle().bigText(details))
                .setVisibility(Notification.VISIBILITY_PUBLIC)
                .build()
        notifManager.createNotificationChannel(channel)
        notifManager.notify("flags", 0, notification)