mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
Fix default night colors
This commit is contained in:
@@ -274,6 +274,9 @@ final class WallpaperPatternPanelNode: ASDisplayNode {
|
||||
|
||||
return wallpapers.filter { wallpaper in
|
||||
if case let .file(file) = wallpaper, wallpaper.isPattern, file.file.mimeType != "image/webp" {
|
||||
if file.id == 0 {
|
||||
return true
|
||||
}
|
||||
if existingIds.contains(file.file.fileId) {
|
||||
return false
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user