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 {
|
if hasExposedVerticalBackground {
|
||||||
AppAssets.avatarBackgroundColor.set()
|
AppAssets.avatarBackgroundColor.set()
|
||||||
} else {
|
} else {
|
||||||
UIColor.clear.set()
|
UIColor.systemBackground.set()
|
||||||
}
|
}
|
||||||
UIRectFill(dirtyRect)
|
UIRectFill(dirtyRect)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue