Switch from drawing clear color to drawing background color to reset reused avatar views
This commit is contained in:
parent
b01e8deaf4
commit
8b732e5353
|
@ -57,7 +57,7 @@ final class MasterTimelineAvatarView: UIView {
|
|||
if hasExposedVerticalBackground {
|
||||
AppAssets.avatarBackgroundColor.set()
|
||||
} else {
|
||||
UIColor.clear.set()
|
||||
UIColor.systemBackground.set()
|
||||
}
|
||||
UIRectFill(dirtyRect)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue