Skip to content

Commit 6ae65bc

Browse files
committed
Update PlayerScreen.kt
spotless
1 parent d7cf0d6 commit 6ae65bc

File tree

1 file changed

+7
-7
lines changed
  • Jetcaster/mobile/src/main/java/com/example/jetcaster/ui/player

1 file changed

+7
-7
lines changed

Jetcaster/mobile/src/main/java/com/example/jetcaster/ui/player/PlayerScreen.kt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,8 @@ import com.example.jetcaster.util.verticalGradientScrim
114114
import com.google.accompanist.adaptive.HorizontalTwoPaneStrategy
115115
import com.google.accompanist.adaptive.TwoPane
116116
import com.google.accompanist.adaptive.VerticalTwoPaneStrategy
117-
import kotlinx.coroutines.launch
118117
import 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

Comments
 (0)