knock requests : rework knock requests service to avoid reloading of data (and weird ui glitch because of them)

This commit is contained in:
ganfra 2024-12-18 20:24:29 +01:00
parent 69307f7c62
commit 92380ef3e4
12 changed files with 127 additions and 100 deletions

View file

@ -48,7 +48,6 @@ import io.element.android.services.analytics.api.AnalyticsService
import io.element.android.services.analyticsproviders.api.trackers.captureInteraction
import kotlinx.collections.immutable.toPersistentList
import kotlinx.coroutines.CoroutineScope
import kotlinx.coroutines.flow.collect
import kotlinx.coroutines.flow.launchIn
import kotlinx.coroutines.flow.onEach
import kotlinx.coroutines.launch