Improve message send performance.

This commit is contained in:
Greyson Parrelli
2024-03-07 16:53:35 -04:00
committed by Alex Hart
parent 9ba755da16
commit c959f41c68
2 changed files with 8 additions and 5 deletions
@@ -26,6 +26,9 @@ class SmsDatabaseTest {
fun setup() {
val sqlCipher = TestDatabaseUtil.inMemoryDatabase {
execSQL(MessageTable.CREATE_TABLE)
MessageTable.CREATE_INDEXS.forEach {
execSQL(it)
}
}
db = sqlCipher.writableDatabase