mirror of
https://github.com/twonlyapp/twonly-app.git
synced 2026-01-15 20:58:41 +00:00
bug fix
This commit is contained in:
parent
d20015fa43
commit
ec02fed046
1 changed files with 1 additions and 1 deletions
|
|
@ -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();
|
||||||
},
|
},
|
||||||
),
|
),
|
||||||
],
|
],
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue