forked from GitHub-Mirror/riotX-android
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>() {
|
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) {
|
override fun bind(holder: H) {
|
||||||
super.bind(holder)
|
super.bind(holder)
|
||||||
|
Loading…
Reference in New Issue
Block a user