change(room details edit): move to his own module
This commit is contained in:
parent
866507ca6a
commit
c08de1f904
54 changed files with 475 additions and 29 deletions
|
|
@ -92,7 +92,8 @@ fun EditableAvatarView(
|
|||
radius = (editIconRadius + 4.dp).toPx(),
|
||||
blendMode = BlendMode.Clear,
|
||||
)
|
||||
}) {
|
||||
}
|
||||
) {
|
||||
when {
|
||||
avatarUrl == null || avatarUrl.startsWith("mxc://") -> {
|
||||
Avatar(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue