Skip to content

Commit

Permalink
Update comments to refer to the PR instead
Browse files Browse the repository at this point in the history
  • Loading branch information
dvdchr committed Mar 13, 2023
1 parent 273fe08 commit e18784e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ private extension BloggingRemindersScheduleFormatter {
static func stringToAttributedString(_ string: String) -> NSAttributedString {
// When the app is in a background state, return the non-emphasized plain String instead.
// Parsing a HTML string in the background may lead to a crash.
// Refer to ReaderCommentsViewController.m:1088 for a similar scenario and explanation.
// Refer to https://github.com/wordpress-mobile/WordPress-iOS/pull/17678 for a similar scenario and explanation.
if UIApplication.shared.applicationState == .background {
return .init(string: string.removedHTMLEmphases())
}
Expand Down

0 comments on commit e18784e

Please sign in to comment.