File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Jetcaster/tv-app/src/main/java/com/example/jetcaster/tv/ui/podcast Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ import com.example.jetcaster.core.player.EpisodePlayer
29
29
import com.example.jetcaster.tv.model.EpisodeList
30
30
import com.example.jetcaster.tv.ui.Screen
31
31
import dagger.hilt.android.lifecycle.HiltViewModel
32
+ import javax.inject.Inject
32
33
import kotlinx.coroutines.ExperimentalCoroutinesApi
33
34
import kotlinx.coroutines.flow.SharingStarted
34
35
import kotlinx.coroutines.flow.combine
@@ -37,7 +38,6 @@ import kotlinx.coroutines.flow.flowOf
37
38
import kotlinx.coroutines.flow.map
38
39
import kotlinx.coroutines.flow.stateIn
39
40
import kotlinx.coroutines.launch
40
- import javax.inject.Inject
41
41
42
42
@HiltViewModel
43
43
class PodcastScreenViewModel @Inject constructor(
You can’t perform that action at this time.
0 commit comments