Skip to content

Commit

Permalink
Formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
colinrtwhite committed Jan 26, 2025
1 parent 9d38729 commit 4e05d22
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
package coil3.compose

import android.graphics.drawable.Drawable
import android.view.View
import androidx.compose.ui.layout.ContentScale
import coil3.request.SuccessResult
import coil3.request.transitionFactory
Expand Down Expand Up @@ -38,6 +39,6 @@ internal actual fun maybeNewCrossfadePainter(
}

private val FakeTransitionTarget = object : TransitionTarget {
override val view get() = throw UnsupportedOperationException()
override val view: View get() = throw UnsupportedOperationException()
override val drawable: Drawable? get() = null
}

0 comments on commit 4e05d22

Please sign in to comment.