mirror of
https://github.com/vector-im/element-android.git
synced 2024-11-16 02:05:06 +08:00
Default avatar style so small
This commit is contained in:
parent
540989f38a
commit
0c559976d6
@ -27,7 +27,7 @@ import im.vector.riotredesign.core.epoxy.VectorEpoxyModel
|
||||
|
||||
abstract class AEventItemBase<H : AEventItemBase.BaseHolder> : VectorEpoxyModel<H>() {
|
||||
|
||||
var avatarStyle: AvatarStyle = Companion.AvatarStyle.MEDIUM
|
||||
var avatarStyle: AvatarStyle = Companion.AvatarStyle.SMALL
|
||||
|
||||
override fun bind(holder: H) {
|
||||
super.bind(holder)
|
||||
|
Loading…
Reference in New Issue
Block a user