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