Refactor InterestsViewModel ViewModels to internal modifier

pull/1924/head
명훈 2 months ago
parent e3c53be56a
commit a775e750ec

@ -34,7 +34,7 @@ import kotlinx.coroutines.launch
import javax.inject.Inject import javax.inject.Inject
@HiltViewModel @HiltViewModel
class InterestsViewModel @Inject constructor( internal class InterestsViewModel @Inject constructor(
private val savedStateHandle: SavedStateHandle, private val savedStateHandle: SavedStateHandle,
val userDataRepository: UserDataRepository, val userDataRepository: UserDataRepository,
getFollowableTopics: GetFollowableTopicsUseCase, getFollowableTopics: GetFollowableTopicsUseCase,

Loading…
Cancel
Save