Switch from drawing clear color to drawing background color to reset reused avatar views

This commit is contained in:
Maurice Parker 2019-09-18 09:47:58 -05:00
parent b01e8deaf4
commit 8b732e5353
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ final class MasterTimelineAvatarView: UIView {
if hasExposedVerticalBackground {
AppAssets.avatarBackgroundColor.set()
} else {
UIColor.clear.set()
UIColor.systemBackground.set()
}
UIRectFill(dirtyRect)
}