Move some package on core + try some stuff around sync/roomlist
This commit is contained in:
parent
8e3f600bd1
commit
2bf898582c
18 changed files with 106 additions and 43 deletions
|
|
@ -22,7 +22,7 @@ class LoginViewModel(initialState: LoginViewState) :
|
|||
viewModelScope.launch {
|
||||
suspend {
|
||||
matrix.login(state.homeserver, state.login, state.password)
|
||||
Unit
|
||||
matrix.activeClient().startSync()
|
||||
}.execute {
|
||||
copy(isLoggedIn = it)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue