Merge branch 'krille/pick-share-keys-with'
This commit is contained in:
commit
27a2361ba8
8 changed files with 85 additions and 7 deletions
|
|
@ -154,6 +154,7 @@ class MatrixState extends State<Matrix> with WidgetsBindingObserver {
|
|||
}
|
||||
final candidate = _loginClientCandidate ??= ClientManager.createClient(
|
||||
'${AppConfig.applicationName}-${DateTime.now().millisecondsSinceEpoch}',
|
||||
store,
|
||||
)..onLoginStateChanged
|
||||
.stream
|
||||
.where((l) => l == LoginState.loggedIn)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue