Room/Timeline: simplify the apis
This commit is contained in:
parent
ea21ea2ace
commit
7c8df186f6
13 changed files with 134 additions and 150 deletions
|
|
@ -42,7 +42,7 @@ class MainActivity : ComponentActivity() {
|
|||
RustMatrixAuthenticationService(
|
||||
context = applicationContext,
|
||||
baseDirectory = baseDirectory,
|
||||
coroutineScope = Singleton.appScope,
|
||||
appCoroutineScope = Singleton.appScope,
|
||||
coroutineDispatchers = Singleton.coroutineDispatchers,
|
||||
sessionStore = InMemorySessionStore(),
|
||||
clock = DefaultSystemClock()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue