File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
core/datastore/src/commonMain/kotlin/org/mifos/mobile/core/datastore Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -11,10 +11,10 @@ package org.mifos.mobile.core.datastore
1111
1212import kotlinx.coroutines.flow.Flow
1313import kotlinx.coroutines.flow.StateFlow
14+ import org.mifos.mobile.core.common.DataState
1415import org.mifos.mobile.core.datastore.model.AppSettings
1516import org.mifos.mobile.core.datastore.model.AppTheme
1617import org.mifos.mobile.core.datastore.model.UserData
17- import org.mifospay.core.common.DataState
1818
1919interface UserPreferencesRepository {
2020 val userInfo: Flow <UserData >
Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ import kotlinx.coroutines.flow.Flow
1515import kotlinx.coroutines.flow.SharingStarted
1616import kotlinx.coroutines.flow.StateFlow
1717import kotlinx.coroutines.flow.stateIn
18+ import org.mifos.mobile.core.common.DataState
1819import org.mifos.mobile.core.datastore.model.AppSettings
1920import org.mifos.mobile.core.datastore.model.AppTheme
2021import org.mifos.mobile.core.datastore.model.UserData
21- import org.mifospay.core.common.DataState
2222
2323class UserPreferencesRepositoryImpl (
2424 private val preferenceManager : UserPreferencesDataSource ,
You can’t perform that action at this time.
0 commit comments