Skip to content

Commit 495df92

Browse files
arriolacgithub-actions[bot]
authored andcommitted
🤖 Apply Spotless
1 parent 9ead83b commit 495df92

File tree

1 file changed

+3
-3
lines changed
  • Jetcaster/app/src/main/java/com/example/jetcaster/ui/home

1 file changed

+3
-3
lines changed

‎Jetcaster/app/src/main/java/com/example/jetcaster/ui/home/Home.kt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,11 +97,11 @@ import com.example.jetcaster.ui.theme.JetcasterTheme
9797
import com.example.jetcaster.util.ToggleFollowPodcastIconButton
9898
import com.example.jetcaster.util.quantityStringResource
9999
import com.example.jetcaster.util.verticalGradientScrim
100-
import kotlinx.collections.immutable.PersistentList
101-
import kotlinx.coroutines.launch
102100
import java.time.Duration
103101
import java.time.LocalDateTime
104102
import java.time.OffsetDateTime
103+
import kotlinx.collections.immutable.PersistentList
104+
import kotlinx.coroutines.launch
105105

106106
@Composable
107107
fun Home(
@@ -415,7 +415,7 @@ fun FollowedPodcasts(
415415
val screenWidth = LocalConfiguration.current.screenWidthDp.dp
416416
HorizontalPager(
417417
state = pagerState,
418-
modifier = modifier.onSizeChanged {size ->
418+
modifier = modifier.onSizeChanged { size ->
419419
// TODO: this is not quite performant since it requires 2 passes to compute the content
420420
// padding. This should be revisited once a carousel component is available
421421
horizontalPadding = with(density) {

0 commit comments

Comments
 (0)