Add new active column to ThreadTable.

This commit is contained in:
Alex Hart
2023-07-13 10:16:01 -03:00
committed by Nicholas Tinsley
parent a65e9c76bc
commit b0ca66cc1a
9 changed files with 266 additions and 28 deletions

View File

@@ -34,7 +34,7 @@ class SignalDatabaseRule(
private fun deleteAllThreads() {
if (deleteAllThreadsOnEachRun) {
SignalDatabase.messages.deleteAllThreads()
SignalDatabase.threads.clearForTests()
}
}
}