-
Notifications
You must be signed in to change notification settings - Fork 551
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
fix: Empty organizer section in Ticket Details (#1308) #1309
fix: Empty organizer section in Ticket Details (#1308) #1309
Conversation
No wildcard imports |
1142e70
to
88ecb52
Compare
import kotlinx.android.synthetic.main.item_card_order_details.view.orderIdentifier | ||
import kotlinx.android.synthetic.main.item_card_order_details.view.organizer |
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.
All the above are unnecessary changes.
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.
IDE itself made wildcard import, so I manually did all imports
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.
That's okay, but then you can put them in the same way they were earlier to prevent these deletions and additions from showing up.
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.
I will keep in mind next time :)
removed wildcard import, please review @iamareebjamal |
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.
Please revert unnecessary changes.
88ecb52
to
fe2838d
Compare
done :) |
Fixes #1308
Changes: hide organizer label when there is no information about the organizer
Screenshots for the change:
![WhatsApp Image 2019-03-14 at 11 52 43 PM(1)](https://user-images.githubusercontent.com/24875315/54382274-adc67480-46b5-11e9-8403-193755fdc465.jpeg)
![WhatsApp Image 2019-03-14 at 11 52 43 PM](https://user-images.githubusercontent.com/24875315/54382276-adc67480-46b5-11e9-97e2-58c34224c2f0.jpeg)