File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Jetcaster/app/src/main/java/com/example/jetcaster/ui/home Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -113,12 +113,12 @@ import com.example.jetcaster.util.ToggleFollowPodcastIconButton
113113import com.example.jetcaster.util.fullWidthItem
114114import com.example.jetcaster.util.isCompact
115115import com.example.jetcaster.util.quantityStringResource
116- import kotlinx.collections.immutable.PersistentList
117- import kotlinx.collections.immutable.toPersistentList
118- import kotlinx.coroutines.launch
119116import java.time.Duration
120117import java.time.LocalDateTime
121118import java.time.OffsetDateTime
119+ import kotlinx.collections.immutable.PersistentList
120+ import kotlinx.collections.immutable.toPersistentList
121+ import kotlinx.coroutines.launch
122122
123123data class HomeState (
124124 val windowSizeClass : WindowSizeClass ,
You can’t perform that action at this time.
0 commit comments