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
@HiltViewModel
class InterestsViewModel @Inject constructor(
internal class InterestsViewModel @Inject constructor(
private val savedStateHandle: SavedStateHandle,
val userDataRepository: UserDataRepository,
getFollowableTopics: GetFollowableTopicsUseCase,

Loading…
Cancel
Save