Skip to content

[Bug]: Jetchat uses deprecated Divider instead of HorizontalDivider #1663

@amEya911

Description

@amEya911

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingtriage meIssue that needs to be triaged

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions