mirror of
https://github.com/nextcloud/talk-android
synced 2025-03-11 18:10:44 +00:00
load avatar in right size
This commit is contained in:
parent
40f58d26f9
commit
32811ba3e4
@ -262,7 +262,7 @@ public class CallNotificationController extends BaseController {
|
||||
|
||||
private void loadAvatar() {
|
||||
int avatarSize = Math.round(NextcloudTalkApplication
|
||||
.getSharedApplication().getResources().getDimension(R.dimen.avatar_size_big));
|
||||
.getSharedApplication().getResources().getDimension(R.dimen.avatar_size_very_big));
|
||||
|
||||
switch (currentRoom.getType()) {
|
||||
case ROOM_TYPE_ONE_TO_ONE_CALL:
|
||||
|
Loading…
Reference in New Issue
Block a user