mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-22 21:19:31 +01:00
Improve performance
Signed-off-by: Mario Danic <mario@lovelyhq.com>
This commit is contained in:
parent
a6be3e098c
commit
9f995d57a1
@ -84,7 +84,8 @@ abstract class MessagesDao {
|
||||
}
|
||||
}
|
||||
|
||||
messagesToUpdate.forEach { internalUpsert(it) }
|
||||
saveMessages(*messagesToUpdate.toTypedArray())
|
||||
//messagesToUpdate.forEach { internalUpsert(it) }
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user