Add todo to explain why code is commented out.
This commit is contained in:
committed by
Benoit Marty
parent
1f455238d6
commit
8e36776c5f
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user