-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Issue/13268 on item click #13470
Issue/13268 on item click #13470
Conversation
You can trigger optional UI/connected tests for these changes by visiting CircleCI here. |
You can test the changes on this Pull Request by downloading the APK here. |
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.
Works as described 👍.
Just left 2 nitpicks. Feel free to merge after considering them.
...main/java/org/wordpress/android/ui/activitylog/list/filter/ActivityLogTypeFilterViewModel.kt
Outdated
Show resolved
Hide resolved
.../java/org/wordpress/android/ui/activitylog/list/filter/ActivityLogTypeFilterViewModelTest.kt
Outdated
Show resolved
Hide resolved
This reverts part of commit 0444c50
Thanks for the review @ashiagr. I've fixed the issues. |
LGTM 👍. |
Partially fixes #13268
This PR adds onItemClick listener to items on the Activity Type Filter screen. The DiffUtil is added so the item selector's animation doesn't get interrupted.
Merge instructions:
To test:
PR submission checklist:
RELEASE-NOTES.txt
if necessary.