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 @@ -97,11 +97,11 @@ import com.example.jetcaster.ui.theme.JetcasterTheme
97
97
import com.example.jetcaster.util.ToggleFollowPodcastIconButton
98
98
import com.example.jetcaster.util.quantityStringResource
99
99
import com.example.jetcaster.util.verticalGradientScrim
100
- import kotlinx.collections.immutable.PersistentList
101
- import kotlinx.coroutines.launch
102
100
import java.time.Duration
103
101
import java.time.LocalDateTime
104
102
import java.time.OffsetDateTime
103
+ import kotlinx.collections.immutable.PersistentList
104
+ import kotlinx.coroutines.launch
105
105
106
106
@Composable
107
107
fun Home (
@@ -415,7 +415,7 @@ fun FollowedPodcasts(
415
415
val screenWidth = LocalConfiguration .current.screenWidthDp.dp
416
416
HorizontalPager (
417
417
state = pagerState,
418
- modifier = modifier.onSizeChanged {size ->
418
+ modifier = modifier.onSizeChanged { size ->
419
419
// TODO: this is not quite performant since it requires 2 passes to compute the content
420
420
// padding. This should be revisited once a carousel component is available
421
421
horizontalPadding = with (density) {
You can’t perform that action at this time.
0 commit comments