-
Notifications
You must be signed in to change notification settings - Fork 553
feat: add Event Types Chips #1565
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
feat: add Event Types Chips #1565
Conversation
03f4e3a
to
cca214a
Compare
cca214a
to
7a929b2
Compare
@liveHarshit @iamareebjamal please review |
3cb14ed
to
cefd4da
Compare
cefd4da
to
92523de
Compare
@nikit19 review this one also |
app/src/main/java/org/fossasia/openevent/general/search/SearchResultsFragment.kt
Show resolved
Hide resolved
val slug: String? | ||
val id: Long, | ||
val name: String, | ||
val slug: String |
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.
why? These values will never be null?
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.
yes JSON-API id's can never be null and neither can name or slug
@liveHarshit @iamareebjamal anything left out ? |
Fixes #1561
Changes: Added event types to result fragment chips
Screenshots for the change:
