Provide distinct cache directory to the Rust SDK.
This commit is contained in:
parent
31d0621fa1
commit
c41cb33410
15 changed files with 153 additions and 39 deletions
|
|
@ -50,6 +50,7 @@ class MainActivity : ComponentActivity() {
|
|||
val proxyProvider = NoOpProxyProvider()
|
||||
RustMatrixAuthenticationService(
|
||||
baseDirectory = baseDirectory,
|
||||
cacheDirectory = applicationContext.cacheDir,
|
||||
coroutineDispatchers = Singleton.coroutineDispatchers,
|
||||
sessionStore = sessionStore,
|
||||
rustMatrixClientFactory = RustMatrixClientFactory(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue