awkward / beam

Beam: the open source Reddit client for iOS
https://beamreddit.com
GNU General Public License v2.0
269 stars 37 forks source link

Fix crash when displaying content with link #34

Closed robinspeijer closed 4 years ago

robinspeijer commented 4 years ago

Although UIKit expects the underlinestyle attribute to have a value of type NSNumber, it was set to an empty array here. This bug lead to CoreText crashes inside TTTAttributedLabel for some text content.

fixes #32