-
Notifications
You must be signed in to change notification settings - Fork 16
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
SP-8330 appletv html crash #352
Conversation
….swift; DocumentType changed to plain text in htmlToAttributedString in order to return text with no html markdown
@Nevazhnovu I'm changing the name of the PR from |
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.
@Nevazhnovu have you committed an empty file by mistake (NSAttributedString.swift
) ?
What do you think of adding a unit test for the new method? Making sure it does remove the HTML tags from strings?
@andresilveirah Yup I did it accidentaly. Sure, starting right now |
* develop: [SP-8236] "https://" is not included in SPPropertyName if it is already there (#357) SP-8288 ott unexpected response message endpoint (#353) SP-8346 fix old unit tests (#356) SP-8330 appletv html crash (#352) # Conflicts: # ConsentViewController/Classes/SourcePointClient/GDPRPrivacyManagerViewResponse.swift # ConsentViewController/Classes/SourcePointClient/SPPrivacyManagerRequestResponse.swift
Trying to replace html tags with attributed string was bad idea. So they are simply stripped out in order to avoid the crash