File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
Jetcaster/mobile/src/main/java/com/example/jetcaster/ui/home Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -115,13 +115,11 @@ import com.example.jetcaster.util.fullWidthItem
115115import com.example.jetcaster.util.isCompact
116116import com.example.jetcaster.util.quantityStringResource
117117import com.example.jetcaster.util.radialGradientScrim
118- import kotlinx.collections.immutable.ImmutableList
119118import java.time.Duration
120119import java.time.LocalDateTime
121120import java.time.OffsetDateTime
122- import kotlinx.collections.immutable.PersistentList
121+ import kotlinx.collections.immutable.ImmutableList
123122import kotlinx.collections.immutable.toImmutableList
124- import kotlinx.collections.immutable.toPersistentList
125123import kotlinx.coroutines.launch
126124
127125@OptIn(ExperimentalMaterial3AdaptiveApi ::class )
Original file line number Diff line number Diff line change @@ -37,8 +37,8 @@ import com.example.jetcaster.core.model.asPodcastToEpisodeInfo
3737import com.example.jetcaster.core.player.EpisodePlayer
3838import com.example.jetcaster.core.player.model.PlayerEpisode
3939import dagger.hilt.android.lifecycle.HiltViewModel
40- import kotlinx.collections.immutable.ImmutableList
4140import javax.inject.Inject
41+ import kotlinx.collections.immutable.ImmutableList
4242import kotlinx.collections.immutable.persistentListOf
4343import kotlinx.collections.immutable.toPersistentList
4444import kotlinx.coroutines.ExperimentalCoroutinesApi
You can’t perform that action at this time.
0 commit comments