@@ -114,8 +114,8 @@ import com.example.jetcaster.util.verticalGradientScrim
114114import com.google.accompanist.adaptive.HorizontalTwoPaneStrategy
115115import com.google.accompanist.adaptive.TwoPane
116116import com.google.accompanist.adaptive.VerticalTwoPaneStrategy
117- import kotlinx.coroutines.launch
118117import java.time.Duration
118+ import kotlinx.coroutines.launch
119119
120120/* *
121121 * Stateful version of the Podcast player
@@ -275,11 +275,11 @@ fun PlayerContent(
275275 // or we have an impactful horizontal fold. Otherwise, we'll use a horizontal strategy.
276276 val usingVerticalStrategy =
277277 isTableTopPosture(foldingFeature) ||
278- (
279- isSeparatingPosture(foldingFeature) &&
280- foldingFeature.orientation ==
281- FoldingFeature .Orientation .HORIZONTAL
282- )
278+ (
279+ isSeparatingPosture(foldingFeature) &&
280+ foldingFeature.orientation ==
281+ FoldingFeature .Orientation .HORIZONTAL
282+ )
283283
284284 if (usingVerticalStrategy) {
285285 TwoPane (
@@ -397,7 +397,7 @@ private fun PlayerContentRegular(
397397 ),
398398 animatedVisibilityScope = animatedVisibilityScope,
399399 clipInOverlayDuringTransition =
400- OverlayClip (MaterialTheme .shapes.medium),
400+ OverlayClip (MaterialTheme .shapes.medium),
401401 ),
402402 )
403403 }
0 commit comments