Voice Chat UI fixes

This commit is contained in:
Ilya Laktyushin
2020-12-08 22:46:27 +04:00
parent 1bbd2f0732
commit 7489524aa5
2 changed files with 12 additions and 3 deletions

View File

@@ -1276,6 +1276,8 @@ extension PresentationThemeChatMessage: Codable {
try values.encode(self.selectionControlColors, forKey: .selectionControl)
try values.encode(self.deliveryFailedColors, forKey: .deliveryFailed)
try encodeColor(&values, self.mediaHighlightOverlayColor, .mediaHighlightOverlay)
try values.encode(self.stickerPlaceholderColor, forKey: .stickerPlaceholder)
try values.encode(self.stickerPlaceholderShimmerColor, forKey: .stickerPlaceholderShimmer)
}
}