Skip to content

Show MMS subject in tap to download message#197

Merged
thestinger merged 1 commit into
GrapheneOS:mainfrom
m4pl:task/171-download-mms-subject
Jul 11, 2026
Merged

Show MMS subject in tap to download message#197
thestinger merged 1 commit into
GrapheneOS:mainfrom
m4pl:task/171-download-mms-subject

Conversation

@m4pl

@m4pl m4pl commented Jul 11, 2026

Copy link
Copy Markdown
Contributor
image

@m4pl m4pl requested review from RankoR and inthewaves July 11, 2026 12:09
Comment on lines +421 to +428
@Composable
private fun ConversationMessageSubject(
subjectText: String?,
modifier: Modifier = Modifier,
) {
if (subjectText == null) {
return
}

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

subjectText could also be blank too; https://github.com/GrapheneOS/Messaging/blob/main/src/com/android/messaging/sms/MmsSubjectSanitizer.kt doesn't clean blanks (it probably should)

@m4pl m4pl force-pushed the task/171-download-mms-subject branch from 8e0ceba to 9d71458 Compare July 11, 2026 22:06
@thestinger thestinger merged commit dd6e9d0 into GrapheneOS:main Jul 11, 2026
3 checks passed
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.

3 participants