Refactor SettingViewModel ViewModels to internal modifier

pull/1924/head
명훈 1 month ago
parent 9347bd7ed9
commit 76b4a55ee1

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

Loading…
Cancel
Save