mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Remove the color parameter on iOS too
This commit is contained in:
@@ -174,8 +174,8 @@ private extension MasterTimelineTableViewCell {
|
||||
func updateTextFieldAttributedText(_ label: UILabel, _ text: NSAttributedString?) {
|
||||
var s = text ?? NSAttributedString(string: "")
|
||||
|
||||
if let fieldFont = label.font, let color = label.textColor {
|
||||
s = s.adding(font: fieldFont, color: color)
|
||||
if let fieldFont = label.font {
|
||||
s = s.adding(font: fieldFont)
|
||||
}
|
||||
|
||||
if label.attributedText != s {
|
||||
|
||||
Reference in New Issue
Block a user