mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-02-24 19:56:00 +00:00
Improve message send performance.
This commit is contained in:
committed by
Alex Hart
parent
9ba755da16
commit
c959f41c68
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user