@ -407,11 +407,18 @@ class AccountActivity : BottomSheetActivity(), ActionButtonActivity, HasAndroidI
animateAvatar
)
Glide.with(this)
if(animateAvatar) {
.load(account.header)
.centerCrop()
.into(accountHeaderImageView)
} else {
.asBitmap()
}
accountAvatarImageView.setOnClickListener { avatarView ->