diff --git a/dialer/lib/features/history/history_page.dart b/dialer/lib/features/history/history_page.dart index 46367ba..b8c0567 100644 --- a/dialer/lib/features/history/history_page.dart +++ b/dialer/lib/features/history/history_page.dart @@ -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), ), ),