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 1f455238d6
commit 8e36776c5f

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