Skip to content

Commit

Permalink
PR Feedback.
Browse files Browse the repository at this point in the history
  • Loading branch information
arriolac committed May 6, 2024
1 parent faddc2d commit d2cf6ba
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -713,9 +713,6 @@ private fun PlayerSlider(
}
}

private fun Modifier.invisibleWhen(predicate: () -> Boolean): Modifier =
Modifier.alpha(if (predicate()) 0f else 1f) then this

@Composable
private fun PlayerButtons(
hasNext: Boolean,
Expand Down

0 comments on commit d2cf6ba

Please sign in to comment.