Timeline: move TimelineEncryptedHistoryPostProcessor off the main thread

This commit is contained in:
ganfra 2023-07-28 16:22:30 +02:00
parent 962596b417
commit a2c59d4469
4 changed files with 22 additions and 11 deletions

View file

@ -45,4 +45,5 @@ dependencies {
testImplementation(libs.test.junit)
testImplementation(libs.test.truth)
testImplementation(projects.libraries.matrix.test)
testImplementation(libs.coroutines.test)
}