diff --git a/lib/pages/bootstrap/bootstrap_dialog.dart b/lib/pages/bootstrap/bootstrap_dialog.dart index be3acfade..003ad1bc7 100644 --- a/lib/pages/bootstrap/bootstrap_dialog.dart +++ b/lib/pages/bootstrap/bootstrap_dialog.dart @@ -119,6 +119,7 @@ class BootstrapDialogState extends State { while (client.prevBatch == null) { await client.onSync.stream.first; } + await client.updateUserDeviceKeys(); _wipe = wipe; titleText = null; _recoveryKeyStored = false;