|
|
@ -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,
|
|
|
|