From 8e36776c5fbc071fcfd583a8ead70795b8b345bb Mon Sep 17 00:00:00 2001 From: Benoit Marty Date: Mon, 3 Jul 2023 16:51:00 +0200 Subject: [PATCH] Add todo to explain why code is commented out. --- .../android/libraries/matrix/ui/components/MatrixUserHeader.kt | 1 + 1 file changed, 1 insertion(+) diff --git a/libraries/matrixui/src/main/kotlin/io/element/android/libraries/matrix/ui/components/MatrixUserHeader.kt b/libraries/matrixui/src/main/kotlin/io/element/android/libraries/matrix/ui/components/MatrixUserHeader.kt index 04ad358aca..6054aa53af 100644 --- a/libraries/matrixui/src/main/kotlin/io/element/android/libraries/matrix/ui/components/MatrixUserHeader.kt +++ b/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 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) {