Merge pull request #3064 from element-hq/feature/bma/avatarClick

Improve click behavior on room timeline title
This commit is contained in:
Benoit Marty 2024-07-04 16:08:40 +02:00 committed by GitHub
commit 5de08795f4
4 changed files with 12 additions and 6 deletions

View file

@ -58,6 +58,7 @@ fun IconTitlePlaceholdersRowMolecule(
PlaceholderAtom(width = 20.dp, height = 7.dp)
Spacer(modifier = Modifier.width(7.dp))
PlaceholderAtom(width = 45.dp, height = 7.dp)
Spacer(modifier = Modifier.width(8.dp))
}
}