From 0d14396ccf507910e221cdb4e8e69ed8b6b2d5a5 Mon Sep 17 00:00:00 2001 From: Abdelilah El Aissaoui Date: Mon, 17 Apr 2023 18:44:40 +0200 Subject: [PATCH] Removed todo --- .../jetpackduba/gitnuro/ui/components/RepositoriesTabPanel.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/kotlin/com/jetpackduba/gitnuro/ui/components/RepositoriesTabPanel.kt b/src/main/kotlin/com/jetpackduba/gitnuro/ui/components/RepositoriesTabPanel.kt index 687624c..cc6bdda 100644 --- a/src/main/kotlin/com/jetpackduba/gitnuro/ui/components/RepositoriesTabPanel.kt +++ b/src/main/kotlin/com/jetpackduba/gitnuro/ui/components/RepositoriesTabPanel.kt @@ -163,7 +163,7 @@ fun Tab( title.value.replace( " ", "-" - ) // TODO This replace is a workaround for https://issuetracker.google.com/issues/278044455 + ) // Long tab names with spaces make compose not taking full text width for the tab. More info https://issuetracker.google.com/issues/278044455 Box( modifier = Modifier