Skip to content

Commit

Permalink
Fixing weird placeholder issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jakepurple13 committed Jul 11, 2023
1 parent 3e24b82 commit 9911d4a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ class AsyncImagePainter internal constructor(
) : Painter(), RememberObserver {

private var rememberScope: CoroutineScope? = null
private val drawSize = MutableStateFlow(Size.Zero)
private val drawSize = MutableStateFlow(Size.Unspecified)

private var painter: Painter? by mutableStateOf(null)
private var alpha: Float by mutableStateOf(DefaultAlpha)
Expand Down

0 comments on commit 9911d4a

Please sign in to comment.