Add clear cache action in the developer settings (#643)
This commit is contained in:
parent
9829daa70e
commit
f014f0a3ae
13 changed files with 172 additions and 6 deletions
|
|
@ -102,6 +102,9 @@ class FakeMatrixClient(
|
|||
|
||||
override fun stopSync() = Unit
|
||||
|
||||
override suspend fun clearCache() {
|
||||
}
|
||||
|
||||
override suspend fun logout() {
|
||||
delay(100)
|
||||
logoutFailure?.let { throw it }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue