Add clear cache action in the developer settings (#643)

This commit is contained in:
Benoit Marty 2023-06-20 12:52:20 +02:00 committed by Benoit Marty
parent 9829daa70e
commit f014f0a3ae
13 changed files with 172 additions and 6 deletions

View file

@ -102,6 +102,9 @@ class FakeMatrixClient(
override fun stopSync() = Unit
override suspend fun clearCache() {
}
override suspend fun logout() {
delay(100)
logoutFailure?.let { throw it }