mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-25 08:41:05 +00:00
fix: android building error caused by trash crate (#1393)
This commit is contained in:
parent
7a380c2f0f
commit
9d1fab84ef
1 changed files with 1 additions and 1 deletions
|
|
@ -140,7 +140,7 @@ impl File {
|
||||||
{
|
{
|
||||||
trash::delete(&task.target)?;
|
trash::delete(&task.target)?;
|
||||||
}
|
}
|
||||||
Ok::<_, trash::Error>(())
|
Ok::<_, anyhow::Error>(())
|
||||||
})
|
})
|
||||||
.await??;
|
.await??;
|
||||||
self.prog.send(TaskProg::Adv(task.id, 1, task.length))?;
|
self.prog.send(TaskProg::Adv(task.id, 1, task.length))?;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue