Fix KDoc issue
This commit is contained in:
parent
429ea73d16
commit
c09e6d009b
1 changed files with 3 additions and 4 deletions
|
|
@ -37,13 +37,12 @@ import io.element.android.libraries.designsystem.text.toPx
|
||||||
import io.element.android.libraries.testtags.TestTags
|
import io.element.android.libraries.testtags.TestTags
|
||||||
import io.element.android.libraries.testtags.testTag
|
import io.element.android.libraries.testtags.testTag
|
||||||
|
|
||||||
/**
|
|
||||||
* https://www.figma.com/design/A2pAEvTEpJZBiOPUlcMnKi/Settings-%2B-Room-Details-(new)?node-id=1787-56333
|
|
||||||
*/
|
|
||||||
|
|
||||||
/** Ratio between the box size (120 on Figma) and the avatar size (75 on Figma). */
|
/** Ratio between the box size (120 on Figma) and the avatar size (75 on Figma). */
|
||||||
private const val SIZE_RATIO = 1.6f
|
private const val SIZE_RATIO = 1.6f
|
||||||
|
|
||||||
|
/**
|
||||||
|
* https://www.figma.com/design/A2pAEvTEpJZBiOPUlcMnKi/Settings-%2B-Room-Details-(new)?node-id=1787-56333
|
||||||
|
*/
|
||||||
@Composable
|
@Composable
|
||||||
fun DmAvatars(
|
fun DmAvatars(
|
||||||
userAvatarData: AvatarData,
|
userAvatarData: AvatarData,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue