change(room details edit): move to his own module
This commit is contained in:
@@ -92,7 +92,8 @@ fun EditableAvatarView(
|
||||
radius = (editIconRadius + 4.dp).toPx(),
|
||||
blendMode = BlendMode.Clear,
|
||||
)
|
||||
}) {
|
||||
}
|
||||
) {
|
||||
when {
|
||||
avatarUrl == null || avatarUrl.startsWith("mxc://") -> {
|
||||
Avatar(
|
||||
|
||||
Reference in New Issue
Block a user