-
Notifications
You must be signed in to change notification settings - Fork 553
fix query,use jacksonObjectMapper and view holder crash #1638
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
Conversation
@iamareebjamal @nikit19 please review |
if (it != null) | ||
addchips(it.name) | ||
if (containerView.chipTags != null) { | ||
event.eventType.let { |
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.
event.eventType.let { | |
event.eventType?.let { |
addchips(it.name) | ||
if (containerView.chipTags != null) { | ||
event.eventType.let { | ||
if (it != 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.
Remove this
@iamareebjamal updated |
event.eventTopic.let { | ||
if (it != null) | ||
} | ||
event.eventTopic?.let { | ||
addchips(it.name) |
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.
Wrong indentation
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.
@iamareebjamal Klint test should have failed if the indentation was wrong
@iamareebjamal fixing in a minute |
@iamareebjamal updated |
Fixes #1637
Changes: Use jacksonObjectMapper instead of ObjectMapper(),Do not add chip view in favourtie view items,nested query fix for location events
Screenshots for the change: