Skip to content
Snippets Groups Projects
Commit 4ce9a699 authored by Taras's avatar Taras
Browse files

Move expandable items ds to core

parent 94ca8761
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,7 @@ import kotlinx.coroutines.flow.flowOf
import kotlinx.coroutines.flow.flowOn
import kotlinx.coroutines.flow.mapNotNull
import org.futo.circles.R
import org.futo.circles.base.ExpandableItemsDataSource
import org.futo.circles.core.ExpandableItemsDataSource
import org.futo.circles.core.extensions.createResult
import org.futo.circles.core.extensions.getOrThrow
import org.futo.circles.core.mapping.nameOrId
......
package org.futo.circles.base
package org.futo.circles.core
import kotlinx.coroutines.flow.MutableStateFlow
import kotlinx.coroutines.flow.update
......
......@@ -10,7 +10,7 @@ import kotlinx.coroutines.flow.combine
import kotlinx.coroutines.flow.distinctUntilChanged
import kotlinx.coroutines.flow.flowOn
import org.futo.circles.auth.feature.reauth.AuthConfirmationProvider
import org.futo.circles.base.ExpandableItemsDataSource
import org.futo.circles.core.ExpandableItemsDataSource
import org.futo.circles.core.extensions.Response
import org.futo.circles.core.extensions.createResult
import org.futo.circles.core.provider.MatrixSessionProvider
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment