|
|
@ -315,6 +315,8 @@ class AccountActivity : BottomSheetActivity(), ActionButtonActivity, HasSupportF |
|
|
|
.into(accountAvatarImageView) |
|
|
|
.into(accountAvatarImageView) |
|
|
|
Picasso.with(this) |
|
|
|
Picasso.with(this) |
|
|
|
.load(account.header) |
|
|
|
.load(account.header) |
|
|
|
|
|
|
|
.fit() // prevents crash with large header images |
|
|
|
|
|
|
|
.centerCrop() |
|
|
|
.into(accountHeaderImageView) |
|
|
|
.into(accountHeaderImageView) |
|
|
|
|
|
|
|
|
|
|
|
accountAvatarImageView.setOnClickListener { avatarView -> |
|
|
|
accountAvatarImageView.setOnClickListener { avatarView -> |
|
|
|