Skip to content
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: incomprehensible snack bar message in the event details fragment #2833

Open
wants to merge 26 commits into
base: development
Choose a base branch
from

Conversation

VamsiKrishnaCommits
Copy link
Contributor

Fixes #2832

Fixed issue that is resulting in the incorrect message. The issue was in the getstring method that merges two strings given appropriate place holders. So instead of a string , an array of strings were passed as the second argument on which the toString() function is invoked resulting in that alien looking expression.
Screenshots for the change:
Screenshot_20210120-234907_Eventyay Attendee

@auto-label auto-label bot added the fix label Jan 20, 2021
@VamsiKrishnaCommits
Copy link
Contributor Author

@iamareebjamal please review this

@iamareebjamal
Copy link
Member

Error shouldn't be shown

@VamsiKrishnaCommits
Copy link
Contributor Author

Error shouldn't be shown

I think the social links are not present in the database for that particular event and is the reason it is returning nothing, that is what I found in the logs. What do you think? @iamareebjamal

@iamareebjamal
Copy link
Member

Yes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

SnackBar showing incomprehensible pop out message in the EventDetails Fragment.
2 participants