chore: confirm before delete contact #35

Merged
reya merged 2 commits from improve-contact-screen into master 2026-07-03 09:09:58 +00:00
Showing only changes of commit f43f665e53 - Show all commits

View File

@@ -344,11 +344,11 @@ fun ContactListItem(
size = 36.dp size = 36.dp
) )
}, },
supportingContent = { Text(text = pubkey.short()) }, supportingContent = { Text(pubkey.short()) },
content = { content = {
Text( Text(
text = profile?.name ?: "No name", text = profile?.name ?: "No name",
style = MaterialTheme.typography.titleMediumEmphasized, style = MaterialTheme.typography.titleMedium,
) )
} }
) )