mirror of
https://gitlab.com/comunic/comunicmobile
synced 2025-06-19 08:15:16 +00:00
Make use of cached user information
This commit is contained in:
@ -48,7 +48,7 @@ class _ConversationScreenState extends State<ConversationsScreen> {
|
||||
if (list == null) return _gotLoadingError();
|
||||
|
||||
//Get information about the members of the conversations
|
||||
list.users = await _usersHelper.downloadInfo(list.allUsersID);
|
||||
list.users = await _usersHelper.getUsersInfo(list.allUsersID);
|
||||
if(list.users == null) return _gotLoadingError();
|
||||
|
||||
//Save list
|
||||
|
Reference in New Issue
Block a user