mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Various fixes
This commit is contained in:
@@ -504,7 +504,7 @@ public final class WebAppController: ViewController, AttachmentContainable {
|
||||
}
|
||||
|
||||
private func sendThemeChangedEvent() {
|
||||
let themeParams = generateWebAppThemeParams(presentationData.theme)
|
||||
let themeParams = generateWebAppThemeParams(self.presentationData.theme)
|
||||
var themeParamsString = "{theme_params: {"
|
||||
for (key, value) in themeParams {
|
||||
if let value = value as? Int32 {
|
||||
|
||||
Reference in New Issue
Block a user