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

Commit d12fd3fd authored by Sungcheol Ahn's avatar Sungcheol Ahn Committed by Automerger Merge Worker
Browse files

Merge "Make Emergency call notification not swipeable" am: 61cc4387 am: dd287d02

parents d84f7c44 dd287d02
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -590,7 +590,7 @@ public class CarrierServiceStateTracker extends Handler {
                    .setContentTitle(title)
                    .setStyle(new Notification.BigTextStyle().bigText(details))
                    .setContentText(details)
                    .setFlag(Notification.FLAG_NO_CLEAR, true)
                    .setOngoing(true)
                    .setChannelId(NotificationChannelController.CHANNEL_ID_WFC);
        }
    }