Try to fix Jenkins build
This commit is contained in:
parent
1635c0995f
commit
176c09b55a
1 changed files with 11 additions and 11 deletions
|
@ -1203,17 +1203,17 @@ class TelegramHelper private constructor() {
|
||||||
//listener?.onTelegramChatsChanged()
|
//listener?.onTelegramChatsChanged()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
TdApi.UpdateNotificationSettings.CONSTRUCTOR -> {
|
// TdApi.UpdateNotificationSettings.CONSTRUCTOR -> {
|
||||||
val update = obj as TdApi.UpdateNotificationSettings
|
// val update = obj as TdApi.UpdateNotificationSettings
|
||||||
if (update.scope is TdApi.NotificationSettingsScopeChat) {
|
// if (update.scope is TdApi.NotificationSettingsScopeChat) {
|
||||||
val chat = chats[(update.scope as TdApi.NotificationSettingsScopeChat).chatId]
|
// val chat = chats[(update.scope as TdApi.NotificationSettingsScopeChat).chatId]
|
||||||
if (chat != null) {
|
// if (chat != null) {
|
||||||
synchronized(chat) {
|
// synchronized(chat) {
|
||||||
chat.notificationSettings = update.notificationSettings
|
// chat.notificationSettings = update.notificationSettings
|
||||||
}
|
// }
|
||||||
}
|
// }
|
||||||
}
|
// }
|
||||||
}
|
// }
|
||||||
|
|
||||||
TdApi.UpdateFile.CONSTRUCTOR -> {
|
TdApi.UpdateFile.CONSTRUCTOR -> {
|
||||||
val updateFile = obj as TdApi.UpdateFile
|
val updateFile = obj as TdApi.UpdateFile
|
||||||
|
|
Loading…
Reference in a new issue