Merge pull request #2304 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(
currentUser.getBaseUrl(),
currentUser.getUserId(),
false),
true),
currentUser);
ImagePipeline imagePipeline = Fresco.getImagePipeline();