Display cache size in the developer settings (#643)
This commit is contained in:
parent
f014f0a3ae
commit
2a7d252a4e
12 changed files with 283 additions and 12 deletions
|
|
@ -102,6 +102,10 @@ class FakeMatrixClient(
|
|||
|
||||
override fun stopSync() = Unit
|
||||
|
||||
override suspend fun getCacheSize(): Long {
|
||||
return 0
|
||||
}
|
||||
|
||||
override suspend fun clearCache() {
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue