forked from melod1n/fast-messenger
update package name (big one)
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
package com.meloda.app.fast.datastore
|
||||
package dev.meloda.fast.datastore
|
||||
|
||||
import android.content.SharedPreferences
|
||||
import androidx.core.content.edit
|
||||
import com.meloda.app.fast.common.model.DarkMode
|
||||
import dev.meloda.fast.common.model.DarkMode
|
||||
import kotlin.properties.Delegates
|
||||
import kotlin.reflect.KClass
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
package com.meloda.app.fast.datastore
|
||||
package dev.meloda.fast.datastore
|
||||
|
||||
import androidx.appcompat.app.AppCompatDelegate
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
package com.meloda.app.fast.datastore
|
||||
package dev.meloda.fast.datastore
|
||||
|
||||
import com.meloda.app.fast.common.model.DarkMode
|
||||
import dev.meloda.fast.common.model.DarkMode
|
||||
import kotlinx.coroutines.flow.MutableStateFlow
|
||||
import kotlinx.coroutines.flow.StateFlow
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
package com.meloda.app.fast.datastore.di
|
||||
package dev.meloda.fast.datastore.di
|
||||
|
||||
import com.meloda.app.fast.datastore.UserSettings
|
||||
import com.meloda.app.fast.datastore.UserSettingsImpl
|
||||
import dev.meloda.fast.datastore.UserSettings
|
||||
import dev.meloda.fast.datastore.UserSettingsImpl
|
||||
import org.koin.core.module.dsl.singleOf
|
||||
import org.koin.dsl.bind
|
||||
import org.koin.dsl.module
|
||||
|
||||
Reference in New Issue
Block a user