mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-16 05:55:20 +00:00
Merge commit '7c8a6743ce6eeb1c94687a429e497bcb71c090ef'
This commit is contained in:
commit
3ec0170089
@ -350,12 +350,12 @@ public func updateTheme(account: Account, accountManager: AccountManager, theme:
|
||||
return .complete()
|
||||
}
|
||||
var flags: Int32 = 0
|
||||
if let _ = title {
|
||||
flags |= 1 << 1
|
||||
}
|
||||
if let slug = slug, !slug.isEmpty {
|
||||
flags |= 1 << 0
|
||||
}
|
||||
if let _ = title {
|
||||
flags |= 1 << 1
|
||||
}
|
||||
if let _ = resource {
|
||||
flags |= 1 << 2
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user