fix tabs
This commit is contained in:
parent
5c91ad9976
commit
cc24288a2d
1 changed files with 2 additions and 2 deletions
|
@ -105,7 +105,7 @@ class TelegramHelper private constructor() {
|
|||
fun getUser(id: Int) = users[id]
|
||||
|
||||
fun getUserMessage(user: TdApi.User) =
|
||||
usersLocationMessages.values.firstOrNull { it.senderUserId == user.id }
|
||||
usersLocationMessages.values.firstOrNull { it.senderUserId == user.id }
|
||||
|
||||
fun getChatMessages(chatId: Long) =
|
||||
usersLocationMessages.values.filter { it.chatId == chatId }
|
||||
|
@ -133,7 +133,7 @@ class TelegramHelper private constructor() {
|
|||
private fun updateChatIds() {
|
||||
chatTitles.clear()
|
||||
for (chatEntry in chats.entries) {
|
||||
chatTitles[chatEntry.value.title] = chatEntry.key
|
||||
chatTitles[chatEntry.value.title] = chatEntry.key
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue