mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 22:55:00 +00:00
Theme fixes
This commit is contained in:
@@ -290,7 +290,7 @@ public func editThemeController(context: AccountContext, mode: EditThemeControll
|
||||
if let wallpaper = wallpaper {
|
||||
return theme.withUpdated(name: nil, defaultWallpaper: wallpaper.wallpaper)
|
||||
} else {
|
||||
return theme.withUpdated(name: nil, defaultWallpaper: .color(Int32(bitPattern: theme.chatList.backgroundColor.argb)))
|
||||
return theme.withUpdated(name: nil, defaultWallpaper: .color(theme.chatList.backgroundColor.argb))
|
||||
}
|
||||
}))
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user