From f7bc0a0d0964c850231df0b13cc4b6a3330e734a Mon Sep 17 00:00:00 2001 From: Benoit Marty Date: Fri, 27 Jun 2025 15:48:14 +0200 Subject: [PATCH] Add missing import --- .../android/features/home/impl/components/RoomListTopBar.kt | 1 + 1 file changed, 1 insertion(+) diff --git a/features/home/impl/src/main/kotlin/io/element/android/features/home/impl/components/RoomListTopBar.kt b/features/home/impl/src/main/kotlin/io/element/android/features/home/impl/components/RoomListTopBar.kt index 4c21d296e2..1b7edcbfd4 100644 --- a/features/home/impl/src/main/kotlin/io/element/android/features/home/impl/components/RoomListTopBar.kt +++ b/features/home/impl/src/main/kotlin/io/element/android/features/home/impl/components/RoomListTopBar.kt @@ -40,6 +40,7 @@ import androidx.compose.ui.unit.dp import io.element.android.appconfig.RoomListConfig import io.element.android.compound.theme.ElementTheme import io.element.android.compound.tokens.generated.CompoundIcons +import io.element.android.features.home.impl.R import io.element.android.features.home.impl.filters.RoomListFiltersState import io.element.android.features.home.impl.filters.RoomListFiltersView import io.element.android.features.home.impl.filters.aRoomListFiltersState