Browse Source

Add todo to explain why code is commented out.

julioromano/fixTallAndWidePreviews
Benoit Marty 1 year ago committed by Benoit Marty
parent
commit
f9c7a9ec08
  1. 1
      libraries/matrixui/src/main/kotlin/io/element/android/libraries/matrix/ui/components/MatrixUserHeader.kt

1
libraries/matrixui/src/main/kotlin/io/element/android/libraries/matrix/ui/components/MatrixUserHeader.kt

@ -43,6 +43,7 @@ import io.element.android.libraries.theme.ElementTheme @@ -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…
Cancel
Save