Skip to content

Commit

Permalink
Fix import ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbanes committed Mar 30, 2020
1 parent daeae5a commit 525f967
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -45,10 +45,10 @@ import app.tivi.ui.graphics.ImageLoadingColorMatrix
import coil.Coil
import coil.api.newGetBuilder
import coil.size.Scale
import kotlin.math.roundToInt
import kotlinx.coroutines.CoroutineScope
import kotlinx.coroutines.Dispatchers
import kotlinx.coroutines.launch
import kotlin.math.roundToInt

private enum class ImageLoadState {
Loaded,
Expand Down
Expand Up @@ -101,8 +101,8 @@ import app.tivi.data.entities.Season
import app.tivi.episodedetails.compose.R
import app.tivi.ui.animations.lerp
import app.tivi.util.TiviDateFormatter
import org.threeten.bp.OffsetDateTime
import kotlin.math.hypot
import org.threeten.bp.OffsetDateTime

/**
* This is a bit of hack. I can't make `ui-episodedetails` depend on any of the compose libraries,
Expand Down

0 comments on commit 525f967

Please sign in to comment.