1
0
mirror of https://github.com/nextcloud/talk-android synced 2025-07-14 08:15:04 +01:00

Merge pull request from nextcloud/bugfix/2302/blurry-photos

Load higher resoliton avatars in conversation list
This commit is contained in:
Tim Krüger 2022-08-15 13:19:24 +02:00 committed by GitHub
commit 6178f71a52
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -287,7 +287,7 @@ public class ConversationsListController extends BaseController implements Flexi
ApiUtils.getUrlForAvatar( ApiUtils.getUrlForAvatar(
currentUser.getBaseUrl(), currentUser.getBaseUrl(),
currentUser.getUserId(), currentUser.getUserId(),
false), true),
currentUser); currentUser);
ImagePipeline imagePipeline = Fresco.getImagePipeline(); ImagePipeline imagePipeline = Fresco.getImagePipeline();