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

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

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

parents 57845ac2 61cc4387
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);
        }
    }