load avatar in right size

This commit is contained in:
AndyScherzinger 2018-06-14 21:44:42 +02:00
parent 40f58d26f9
commit 32811ba3e4
No known key found for this signature in database
GPG Key ID: 6CADC7E3523C308B

View File

@ -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: