chore: Update matrix sdk
This commit is contained in:
parent
90c1800e67
commit
d45a1c23b2
3 changed files with 35 additions and 155 deletions
|
|
@ -88,7 +88,7 @@ class BootstrapDialogState extends State<BootstrapDialog> {
|
|||
titleText = null;
|
||||
_recoveryKeyStored = false;
|
||||
bootstrap =
|
||||
widget.client.encryption!.bootstrap(onUpdate: () => setState(() {}));
|
||||
widget.client.encryption!.bootstrap(onUpdate: (_) => setState(() {}));
|
||||
final key = await const FlutterSecureStorage().read(key: _secureStorageKey);
|
||||
if (key == null) return;
|
||||
_recoveryKeyTextEditingController.text = key;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue