This commit is contained in:
otsmr 2025-03-25 00:12:32 +01:00
parent d20015fa43
commit ec02fed046

View file

@ -68,7 +68,6 @@ class _SearchUsernameView extends State<SearchUsernameView> {
), ),
); );
} }
notifyContactsAboutProfileChange();
} }
} else { } else {
showAlertDialog(context, context.lang.searchUsernameNotFound, showAlertDialog(context, context.lang.searchUsernameNotFound,
@ -237,6 +236,7 @@ class _ContactsListViewState extends State<ContactsListView> {
content: MessageContent(), content: MessageContent(),
), ),
); );
notifyContactsAboutProfileChange();
}, },
), ),
], ],