1
0
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:
2019-04-24 11:33:58 +02:00
parent de1ef7fd6d
commit f8298919c2
2 changed files with 33 additions and 3 deletions

View File

@ -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