mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 06:35:51 +00:00
Chat wallpaper improvements
This commit is contained in:
@@ -225,7 +225,7 @@ open class ViewControllerComponentContainer: ViewController {
|
||||
|> deliverOnMainQueue).start(next: { [weak self] presentationData in
|
||||
if let strongSelf = self {
|
||||
var theme = presentationData.theme
|
||||
if case .modal = presentationMode, theme.list.blocksBackgroundColor.rgb == theme.list.plainBackgroundColor.rgb {
|
||||
if case .modal = presentationMode {
|
||||
theme = theme.withModalBlocksBackground()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user