chore: Update matrix sdk

This commit is contained in:
Christian Pauly 2022-09-05 17:44:16 +02:00
commit d45a1c23b2
3 changed files with 35 additions and 155 deletions

View file

@ -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;