Skip to content

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

Merged
merged 2 commits into from
Apr 21, 2019

Conversation

aggarwalpulkit596
Copy link
Contributor

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:

@aggarwalpulkit596
Copy link
Contributor Author

@iamareebjamal @nikit19 please review

@aggarwalpulkit596
Copy link
Contributor Author

videotogif_2019 04 21_10 50 15

if (it != null)
addchips(it.name)
if (containerView.chipTags != null) {
event.eventType.let {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
event.eventType.let {
event.eventType?.let {

addchips(it.name)
if (containerView.chipTags != null) {
event.eventType.let {
if (it != null)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove this

@aggarwalpulkit596
Copy link
Contributor Author

@iamareebjamal updated

event.eventTopic.let {
if (it != null)
}
event.eventTopic?.let {
addchips(it.name)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wrong indentation

Copy link
Contributor Author

@aggarwalpulkit596 aggarwalpulkit596 Apr 21, 2019

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

@aggarwalpulkit596
Copy link
Contributor Author

@iamareebjamal fixing in a minute

@aggarwalpulkit596
Copy link
Contributor Author

@iamareebjamal updated

@nikit19 nikit19 merged commit 25a1838 into fossasia:development Apr 21, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Multiple Crashes And Fixes
3 participants