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

Commit ffefa7e5 authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge "Make emergency notification dismissable" into qt-qpr1-dev am: 0934fee1

Change-Id: Ia4346258cada298e9dac764c024758ce25420392
parents 55ac974b 0934fee1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -637,7 +637,7 @@ class GnssVisibilityControl {
        return new Notification.Builder(context, SystemNotificationChannels.NETWORK_ALERTS)
                .setSmallIcon(com.android.internal.R.drawable.stat_sys_gps_on)
                .setWhen(0)
                .setOngoing(true)
                .setOngoing(false)
                .setAutoCancel(true)
                .setColor(context.getColor(
                        com.android.internal.R.color.system_notification_accent_color))