mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Merge pull request #1892 from flowinho/ios-release
Add background to pure white icons
This commit is contained in:
@@ -24,8 +24,15 @@ final class IconView: UIView {
|
||||
self.setNeedsLayout()
|
||||
}
|
||||
} else {
|
||||
self.setNeedsLayout()
|
||||
if self.iconImage?.isBright ?? false {
|
||||
self.isDisconcernable = false
|
||||
self.setNeedsLayout()
|
||||
} else {
|
||||
self.isDisconcernable = true
|
||||
self.setNeedsLayout()
|
||||
}
|
||||
}
|
||||
self.setNeedsLayout()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user