|
|
@ -33,7 +33,7 @@ import javax.inject.Inject
|
|
|
|
import kotlin.time.Duration.Companion.seconds
|
|
|
|
import kotlin.time.Duration.Companion.seconds
|
|
|
|
|
|
|
|
|
|
|
|
@HiltViewModel
|
|
|
|
@HiltViewModel
|
|
|
|
internal class SettingsViewModel @Inject constructor(
|
|
|
|
class SettingsViewModel @Inject constructor(
|
|
|
|
private val userDataRepository: UserDataRepository,
|
|
|
|
private val userDataRepository: UserDataRepository,
|
|
|
|
) : ViewModel() {
|
|
|
|
) : ViewModel() {
|
|
|
|
val settingsUiState: StateFlow<SettingsUiState> =
|
|
|
|
val settingsUiState: StateFlow<SettingsUiState> =
|
|
|
|