mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-23 02:10:44 +01:00
Replace glyphs in group update messages.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user