mirror of
https://github.com/nextcloud/talk-android.git
synced 2024-11-27 17:08:34 +03:00
Load higher resoliton avatars in conversation list
Instead of a 64px avatar now the 512px version is loaded for conversation lists. For avatars in a single conversation that was already the case. Resolves: #2302 Signed-off-by: Tim Krüger <t@timkrueger.me>
This commit is contained in:
parent
bc637d152b
commit
546a174f48
1 changed files with 1 additions and 1 deletions
|
@ -287,7 +287,7 @@ public class ConversationsListController extends BaseController implements Flexi
|
|||
ApiUtils.getUrlForAvatar(
|
||||
currentUser.getBaseUrl(),
|
||||
currentUser.getUserId(),
|
||||
false),
|
||||
true),
|
||||
currentUser);
|
||||
|
||||
ImagePipeline imagePipeline = Fresco.getImagePipeline();
|
||||
|
|
Loading…
Reference in a new issue