diff --git a/dialer/lib/presentation/features/contacts/widgets/alphabet_scroll_page.dart b/dialer/lib/presentation/features/contacts/widgets/alphabet_scroll_page.dart index 9e3ded9..63ba9f4 100644 --- a/dialer/lib/presentation/features/contacts/widgets/alphabet_scroll_page.dart +++ b/dialer/lib/presentation/features/contacts/widgets/alphabet_scroll_page.dart @@ -54,9 +54,9 @@ class _AlphabetScrollPageState extends State { if (await FlutterContacts.requestPermission()) { Contact? fullContact = await FlutterContacts.getContact(contact.id, withProperties: true, - withAccounts: false, - withPhoto: false, - withThumbnail: false); + withAccounts: true, + withPhoto: true, + withThumbnail: true); if (fullContact != null) { fullContact.isStarred = !fullContact.isStarred;