-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
[Jetchat] Update to Material 3 #690
Conversation
Jetchat/app/src/main/java/com/example/compose/jetchat/components/JetchatIcon.kt
Show resolved
Hide resolved
Jetchat/app/src/main/java/com/example/compose/jetchat/theme/Colors.kt
Outdated
Show resolved
Hide resolved
Jetchat/app/src/main/java/com/example/compose/jetchat/conversation/UserInput.kt
Outdated
Show resolved
Hide resolved
Jetchat/app/src/main/java/com/example/compose/jetchat/components/JetchatAppBar.kt
Outdated
Show resolved
Hide resolved
Jetchat/app/src/main/java/com/example/compose/jetchat/components/JetchatDrawer.kt
Outdated
Show resolved
Hide resolved
Jetchat/app/src/main/java/com/example/compose/jetchat/components/JetchatDrawer.kt
Outdated
Show resolved
Hide resolved
Jetchat/app/src/main/java/com/example/compose/jetchat/conversation/UserInput.kt
Show resolved
Hide resolved
Jetchat/app/src/main/java/com/example/compose/jetchat/profile/Profile.kt
Show resolved
Hide resolved
Jetchat/app/src/main/java/com/example/compose/jetchat/theme/Themes.kt
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Was it intentional to update other samples to compose 1.1.0 snapshots and respective Accompanist version?
@nickbutcher this branch was branched from #684, and the dependencies (for Jetchat at least) are required here |
@JolandaVerhoef hmm this could perhaps be a bug in Compose Foundation 1.1.0-beta01, which is where the new stretch overscroll is happening. Any chance you can try and replicate on this branch: #684 ? |
Yes, that branch has the same issue. |
Ok this was due to my emulator. |
androidx.compose.material3