From b02aa0d546635fa546a73552c3522ad022e111a9 Mon Sep 17 00:00:00 2001 From: Benoit Marty Date: Fri, 27 Jun 2025 15:18:53 +0200 Subject: [PATCH] Add TODO --- .../io/element/android/features/home/impl/RoomListPresenter.kt | 1 + 1 file changed, 1 insertion(+) diff --git a/features/home/impl/src/main/kotlin/io/element/android/features/home/impl/RoomListPresenter.kt b/features/home/impl/src/main/kotlin/io/element/android/features/home/impl/RoomListPresenter.kt index c192c1bc58..3e6ffb85c0 100644 --- a/features/home/impl/src/main/kotlin/io/element/android/features/home/impl/RoomListPresenter.kt +++ b/features/home/impl/src/main/kotlin/io/element/android/features/home/impl/RoomListPresenter.kt @@ -75,6 +75,7 @@ import javax.inject.Inject private const val EXTENDED_RANGE_SIZE = 40 private const val SUBSCRIBE_TO_VISIBLE_ROOMS_DEBOUNCE_IN_MILLIS = 300L +// TODO Create HomePresenter to split the state. class RoomListPresenter @Inject constructor( private val client: MatrixClient, private val syncService: SyncService,