mirror of
https://github.com/chatmail/core.git
synced 2026-09-22 04:58:47 +03:00
small fix
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user