Clean up unused imports and improve code documentation

This commit is contained in:
ganfra 2026-01-27 18:43:21 +01:00
parent 44d33af6dc
commit a85c566341
7 changed files with 14 additions and 21 deletions

View file

@ -12,12 +12,9 @@ import io.element.android.libraries.matrix.api.core.RoomId
import kotlinx.coroutines.CoroutineScope
import kotlinx.coroutines.flow.Flow
import kotlinx.coroutines.flow.StateFlow
import kotlinx.coroutines.flow.first
import kotlinx.coroutines.flow.launchIn
import kotlinx.coroutines.flow.onEach
import kotlinx.coroutines.withTimeoutOrNull
import java.util.Optional
import kotlin.time.Duration
interface SpaceRoomList {
sealed interface PaginationStatus {