mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Switch from drawing clear color to drawing background color to reset reused avatar views
This commit is contained in:
@@ -57,7 +57,7 @@ final class MasterTimelineAvatarView: UIView {
|
||||
if hasExposedVerticalBackground {
|
||||
AppAssets.avatarBackgroundColor.set()
|
||||
} else {
|
||||
UIColor.clear.set()
|
||||
UIColor.systemBackground.set()
|
||||
}
|
||||
UIRectFill(dirtyRect)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user