small fix

This commit is contained in:
Hocuri
2026-09-18 18:29:45 +02:00
parent 83b870b328
commit 37a04a8bba

View File

@@ -201,7 +201,6 @@ impl Context {
if self.is_configured().await? {
bail!("Transports are already initialized");
}
self.stop_io().await;
let mut addrs_from_qr = vec![];
@@ -217,6 +216,7 @@ impl Context {
}
}
self.stop_io().await;
let cancel_channel = self.alloc_ongoing().await?;
let skip_network = false;