-
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] fix: wrong highlighted item in drawer #1507
base: main
Are you sure you want to change the base?
[Jetchat] fix: wrong highlighted item in drawer #1507
Conversation
pls check formatting |
…//github.com/magdalena-trivina/compose-samples into jetchat/fix_wrong-highlighted-item-in-drawer
I've applied the formatting, appreciate if you could check. Thanks. |
@magdalena-trivina - still failing due to formatting, please make sure to run spotless, you can find the info in the README: To automatically format all samples: Run ./scripts/format.sh To check one sample for errors: Navigate to the sample folder and run ./gradlew --init-script buildscripts/init.gradle.kts spotlessCheck To format one sample: Navigate to the sample folder and run ./gradlew --init-script buildscripts/init.gradle.kts spotlessApply |
Drawer always highlights the first item ("composers"). The highlighted item doesn't changes according to the last selected item. This solves issue #1501
[Before]
Selected item in Drawer (before).webm
[After]
Selected item in Drawer (after).webm