-
Notifications
You must be signed in to change notification settings - Fork 5.4k
Open
Labels
bugSomething isn't workingSomething isn't workingtriage meIssue that needs to be triagedIssue that needs to be triaged
Description
Is there an existing issue for this?
- I have searched the existing issues
Is there a StackOverflow question about this issue?
- I have searched StackOverflow
Is this an issue related to one of the samples?
- Yes, this is a specific issue related to this samples repo.
Sample app
Jetchat
What happened?
'Profile.kt' and 'Conversation.kt' in Jetchat import and use 'androidx.compose.material3.Divider', which has been deprecated since Material3 1.2.0 in favor of 'HorizontalDivider'.
Expected behavior: The sample should use 'HorizontalDivider' instead of the deprecated 'Divider'. As an official Google sample referenced by developers worldwide, using deprecated APIs leads to developers copying outdated patterns into their own projects.
Relevant logcat output
Code of Conduct
- I agree to follow this project's Code of Conduct
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingtriage meIssue that needs to be triagedIssue that needs to be triaged