Skip to content

Commit

Permalink
Merge b7b765c into 7713c6c
Browse files Browse the repository at this point in the history
  • Loading branch information
veeso committed Aug 23, 2021
2 parents 7713c6c + b7b765c commit 1833740
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/ui/activities/filetransfer/actions/copy.rs
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,8 @@ impl FileTransferActivity {
///
/// Tricky copy will be used whenever copy command is not available on remote host
fn tricky_copy(&mut self, entry: FsEntry, dest: &Path) {
// NOTE: VERY IMPORTANT; wait block must be umounted or something really bad will happen
self.umount_wait();
// match entry
match entry {
FsEntry::File(entry) => {
Expand Down

0 comments on commit 1833740

Please sign in to comment.