mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-26 03:40:56 +01:00
Attempt to reduce impact of thread updates.
This commit is contained in:
committed by
Alex Hart
parent
41935120e5
commit
3c380d35fd
@@ -24,6 +24,7 @@ class MmsSmsDatabaseTest {
|
||||
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