mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-08-07 13:55:56 +01:00
Fix body range bounds validation for long text messages.
This commit is contained in:
@@ -28,7 +28,8 @@ final class LogSectionNotifications implements LogSection {
|
||||
.append("New contact alerts : ").append(SignalStore.settings().isNotifyWhenContactJoinsSignal()).append("\n")
|
||||
.append("In-chat sounds : ").append(SignalStore.settings().isMessageNotificationsInChatSoundsEnabled()).append("\n")
|
||||
.append("Repeat alerts : ").append(SignalStore.settings().getMessageNotificationsRepeatAlerts()).append("\n")
|
||||
.append("Notification display : ").append(SignalStore.settings().getMessageNotificationsPrivacy()).append("\n\n");
|
||||
.append("Notification display : ").append(SignalStore.settings().getMessageNotificationsPrivacy()).append("\n")
|
||||
.append("Force websocket : ").append(SignalStore.settings().getForceWebsocketMode()).append("\n\n");
|
||||
|
||||
if (Build.VERSION.SDK_INT >= 26) {
|
||||
NotificationManager manager = ServiceUtil.getNotificationManager(context);
|
||||
|
||||
Reference in New Issue
Block a user