mirror of
https://github.com/openMF/mifos-mobile.git
synced 2026-02-06 11:26:51 +00:00
fix(core:datastore): Correct incorrect import of DataState in datasto… (#2759)
This commit is contained in:
parent
6dd9794eba
commit
6797bf695b
@ -11,10 +11,10 @@ package org.mifos.mobile.core.datastore
|
||||
|
||||
import kotlinx.coroutines.flow.Flow
|
||||
import kotlinx.coroutines.flow.StateFlow
|
||||
import org.mifos.mobile.core.common.DataState
|
||||
import org.mifos.mobile.core.datastore.model.AppSettings
|
||||
import org.mifos.mobile.core.datastore.model.AppTheme
|
||||
import org.mifos.mobile.core.datastore.model.UserData
|
||||
import org.mifospay.core.common.DataState
|
||||
|
||||
interface UserPreferencesRepository {
|
||||
val userInfo: Flow<UserData>
|
||||
|
||||
@ -15,10 +15,10 @@ import kotlinx.coroutines.flow.Flow
|
||||
import kotlinx.coroutines.flow.SharingStarted
|
||||
import kotlinx.coroutines.flow.StateFlow
|
||||
import kotlinx.coroutines.flow.stateIn
|
||||
import org.mifos.mobile.core.common.DataState
|
||||
import org.mifos.mobile.core.datastore.model.AppSettings
|
||||
import org.mifos.mobile.core.datastore.model.AppTheme
|
||||
import org.mifos.mobile.core.datastore.model.UserData
|
||||
import org.mifospay.core.common.DataState
|
||||
|
||||
class UserPreferencesRepositoryImpl(
|
||||
private val preferenceManager: UserPreferencesDataSource,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user