Transfer states

This commit is contained in:
ChristianVisintin
2020-12-12 21:32:11 +01:00
parent 794dfb8cee
commit 3e72787625
4 changed files with 53 additions and 19 deletions

View File

@@ -81,6 +81,6 @@ impl FileTransferActivity {
} else if prog < 0.0 {
prog = 0.0;
}
self.transfer_progress = prog;
self.transfer.progress = prog;
}
}