mirror of
https://github.com/nextcloud/talk-android
synced 2025-07-21 11:45:03 +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