Add todo to explain why code is commented out.

This commit is contained in:
Benoit Marty 2023-07-03 16:51:00 +02:00 committed by Benoit Marty
parent 73b1ffd7d0
commit f9c7a9ec08

View file

@ -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) {