Fixed Details name printing
All checks were successful
/ mirror (push) Successful in 4s

This commit is contained in:
stcb 2025-01-26 14:31:26 +02:00
parent 819ec2949d
commit f2143b7df4

View File

@ -375,7 +375,7 @@ class CallDetailsPage extends StatelessWidget {
const SizedBox(width: 16),
Expanded(
child: Text(
contact.displayName,
_obfuscateService.obfuscateData(contact.displayName),
style: const TextStyle(color: Colors.white, fontSize: 24),
),
),