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

Commit d5210a5d authored by Sungcheol Ahn's avatar Sungcheol Ahn Committed by Android (Google) Code Review
Browse files

Merge "Make Emergency call notification not swipeable"

parents b892fa7c b2edd25c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -598,7 +598,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);
        }
    }