SmartToolFactory / Jetpack-Compose-Tutorials

🚀🧨📝 Series of Tutorials to learn about Jetpack Compose with subjects Material Widgets, Layout, SubcomposeLayout, custom layouts, State, custom rememberable, recomposition, LaunchedEffect, side-effects, Gesture, Animation, Navigation, Canvas, UIs like whatsapp and others.
Apache License 2.0
3.01k stars 312 forks source link

Bubble - Fix Unnecessary use of composed Modifier and added Preview #38

Closed shahzadansari closed 7 months ago

shahzadansari commented 7 months ago

Warning

Screenshot 2024-03-03 at 10 32 42 AM

Fix is inspired by this Stack Overflow thread.

Preview

Added a Preview for Modifier.drawBubble() usage.

Screenshot 2024-03-03 at 10 33 04 AM