Skip to content

Commit

Permalink
Remove preview
Browse files Browse the repository at this point in the history
  • Loading branch information
skydoves committed Apr 5, 2024
1 parent 525e9f4 commit f0c223a
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,13 +65,11 @@ import androidx.compose.ui.draw.clip
import androidx.compose.ui.graphics.Color
import androidx.compose.ui.text.font.FontWeight
import androidx.compose.ui.text.style.TextAlign
import androidx.compose.ui.tooling.preview.Preview
import androidx.compose.ui.unit.dp
import androidx.compose.ui.unit.sp
import com.skydoves.landscapist.glide.GlideImage
import kotlinx.coroutines.delay

@Preview
@Composable
fun ContainerTransformDemo(model: MyModel = remember { MyModel().apply { selected = items[1] } }) {
SharedTransitionLayout {
Expand Down

0 comments on commit f0c223a

Please sign in to comment.