-
Notifications
You must be signed in to change notification settings - Fork 606
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing/incorrect migration documentation for insets-ui #1775
Comments
This documentation is indeed out of date, thanks for reporting the issue. For Material 2, opt-in inset support is available on many components, similar to the opt-out inset support available for Material 3 components: https://developer.android.com/develop/ui/compose/layouts/insets#material3-components |
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days. |
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days. |
The migration documentation for insets still mentions:
6. Continue using the non-deprecated insets-ui for now.
which isn't the case anymore, since insets-ui is deprecated.
And there is no migration guide for the composables that were available in insets-ui.
The text was updated successfully, but these errors were encountered: