Skip to content

Commit

Permalink
Remove @Stable because Bitmap is unstable
Browse files Browse the repository at this point in the history
  • Loading branch information
kubode committed Nov 14, 2023
1 parent 061c2de commit f380d3f
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import androidx.compose.foundation.layout.Box
import androidx.compose.foundation.layout.offset
import androidx.compose.foundation.layout.size
import androidx.compose.runtime.Composable
import androidx.compose.runtime.Stable
import androidx.compose.runtime.getValue
import androidx.compose.runtime.mutableStateOf
import androidx.compose.runtime.remember
Expand Down Expand Up @@ -86,7 +85,6 @@ public fun DropShadow(
}
}

@Stable
private class DropShadowState {
var size: IntSize by mutableStateOf(IntSize.Zero)
private set
Expand Down

0 comments on commit f380d3f

Please # to comment.