mirror of
https://github.com/nextcloud/talk-android
synced 2025-07-11 14:54:09 +01:00
Clean up
Signed-off-by: Mario Danic <mario@lovelyhq.com>
This commit is contained in:
parent
90cf68fd4c
commit
f406d294ea
@ -336,7 +336,7 @@ class ChatController(args: Bundle) : BaseController(), MessagesListAdapter
|
|||||||
imageLoader, context, ApiUtils.getUrlForAvatarWithNameAndPixels(
|
imageLoader, context, ApiUtils.getUrlForAvatarWithNameAndPixels(
|
||||||
conversationUser?.baseUrl,
|
conversationUser?.baseUrl,
|
||||||
currentConversation?.name, avatarSize / 2
|
currentConversation?.name, avatarSize / 2
|
||||||
), conversationUser!!, target, null,
|
), null, target, null,
|
||||||
CircleCropTransformation()
|
CircleCropTransformation()
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user