gui: minor cleanup in export_subscription()
This commit is contained in:
parent
3513226af0
commit
aa0c5d303a
@ -394,11 +394,9 @@ pub fn export_subscription(
|
||||
let _ = output.send(msg).await;
|
||||
continue;
|
||||
}
|
||||
// => release handle lock
|
||||
state.handle = Some(handle);
|
||||
|
||||
sleep(time::Duration::from_millis(100)).await;
|
||||
let _ = output.send(ExportProgress::None).await;
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user