Add todo to explain why code is commented out.
This commit is contained in:
parent
73b1ffd7d0
commit
f9c7a9ec08
1 changed files with 1 additions and 0 deletions
|
|
@ -43,6 +43,7 @@ import io.element.android.libraries.theme.ElementTheme
|
|||
fun MatrixUserHeader(
|
||||
matrixUser: MatrixUser?,
|
||||
modifier: Modifier = Modifier,
|
||||
// TODO handle click on this item, to let the user be able to update their profile.
|
||||
// onClick: () -> Unit = {},
|
||||
) {
|
||||
if (matrixUser == null) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue