reformat
This commit is contained in:
parent
c262e8a151
commit
a4225ca5b6
1 changed files with 1 additions and 1 deletions
|
@ -933,7 +933,7 @@ class TelegramSettings(private val app: TelegramApplication) {
|
||||||
val lastInfo = LastChatInfo().apply {
|
val lastInfo = LastChatInfo().apply {
|
||||||
chatId = obj.optLong(LastChatInfo.CHAT_ID_KEY)
|
chatId = obj.optLong(LastChatInfo.CHAT_ID_KEY)
|
||||||
period = obj.optLong(LastChatInfo.PERIOD_KEY)
|
period = obj.optLong(LastChatInfo.PERIOD_KEY)
|
||||||
}
|
}
|
||||||
lastChatsInfo.addLast(lastInfo)
|
lastChatsInfo.addLast(lastInfo)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue