Skip to content

Fix failed-message notification being silently discarded#208

Open
thomasbuilds wants to merge 1 commit into
GrapheneOS:mainfrom
thomasbuilds:fix/failed-message-notification-channel
Open

Fix failed-message notification being silently discarded#208
thomasbuilds wants to merge 1 commit into
GrapheneOS:mainfrom
thomasbuilds:fix/failed-message-notification-channel

Conversation

@thomasbuilds

Copy link
Copy Markdown
Contributor

checkFailedMessages still builds its notification with the channel-less NotificationCompat.Builder constructor - the one builder commit b6c8e0c missed when it moved every other notification to a channel. On API 26+ the system refuses to post notifications without a valid channel, so when an SMS/MMS send or MMS download fails, the "Message not sent" / "Message not downloaded" alert is silently dropped; outside a few transient toast cases, failures only surface through the error indicators inside the app.

checkFailedMessages still builds its notification with the channel-less
NotificationCompat.Builder constructor - the one builder commit b6c8e0c
missed when it moved every other notification to a channel. On API 26+
the system refuses to post notifications without a valid channel, so
when an SMS/MMS send or MMS download fails, the "Message not sent" /
"Message not downloaded" alert is silently dropped; outside a few
transient toast cases, failures only surface through the error
indicators inside the app.
@thomasbuilds thomasbuilds force-pushed the fix/failed-message-notification-channel branch from 412f44e to 5e342a5 Compare July 16, 2026 10:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant