Fixed UI not showing connection error

This commit is contained in:
veeso
2021-06-20 11:03:55 +02:00
parent 5a4a364250
commit 89d205e946
2 changed files with 2 additions and 0 deletions

View File

@@ -117,6 +117,7 @@ impl FileTransferActivity {
}
Err(err) => {
// Set popup fatal error
self.umount_wait();
self.mount_fatal(&err.to_string());
}
}