stealth-mode #27

Merged
stcb merged 4 commits from stealth-mode into dev 2025-01-26 12:32:37 +00:00
Showing only changes of commit f2143b7df4 - Show all commits

View File

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