mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
UI improvements
This commit is contained in:
@@ -812,7 +812,8 @@ public final class EmojiStatusSelectionController: ViewController {
|
||||
cache: animationCache,
|
||||
renderer: animationRenderer,
|
||||
placeholderColor: UIColor(white: 0.0, alpha: 0.0),
|
||||
pointSize: CGSize(width: 32.0, height: 32.0)
|
||||
pointSize: CGSize(width: 32.0, height: 32.0),
|
||||
dynamicColor: self.presentationData.theme.list.itemAccentColor
|
||||
)
|
||||
switch item.tintMode {
|
||||
case .accent:
|
||||
|
||||
Reference in New Issue
Block a user