Replace glyphs in group update messages.

This commit is contained in:
Sagar
2025-04-22 20:04:52 +05:30
committed by Cody Henthorne
parent 919f03522a
commit 9f40bfc645
15 changed files with 390 additions and 421 deletions

View File

@@ -687,7 +687,7 @@ private fun BackupCard(
Text(
text = signalSymbolText(
text = title,
glyphStart = if (backupState.isActive()) SignalSymbols.Glyph.CHECKMARK else null
glyphStart = if (backupState.isActive()) SignalSymbols.Glyph.CHECK else null
),
color = MaterialTheme.colorScheme.onSurfaceVariant,
style = MaterialTheme.typography.bodyMedium