Merge branch 'master' of gitlab.com:peter-iakovlev/telegram-ios

This commit is contained in:
Ilya Laktyushin
2023-12-19 20:56:31 +04:00
46 changed files with 650 additions and 381 deletions

View File

@@ -624,6 +624,8 @@ public func serviceColor(for wallpaper: (TelegramWallpaper, UIImage?)) -> UIColo
} else {
return UIColor(rgb: 0x000000, alpha: 0.3)
}
case .emoticon:
return UIColor(rgb: 0x000000, alpha: 0.3)
}
}
@@ -708,6 +710,8 @@ public func chatServiceBackgroundColor(wallpaper: TelegramWallpaper, mediaBox: M
serviceBackgroundColorForWallpaper = (wallpaper, color)
}
}
case .emoticon:
return .single(UIColor(rgb: 0x000000, alpha: 0.3))
}
}
}