You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactor Fragment-in-Compose snippet to use AndroidFragment (#676)
Replaced the `AndroidViewBinding` implementation with the simpler `AndroidFragment` composable from the `androidx.fragment:fragment-compose` library.
This change also includes:
- Adding the `fragment-compose` dependency.
- Removing the now-unused XML layout file for the fragment container.
Co-authored-by: jbwoods <jbwoods@google.com>
0 commit comments