FIX: fix send sd card with cloud issue

JIRA: STUDIO-9376 STUDIO-9419
1. Cancel sending during sending and then  resend failed
2. Optimization of prompt language after sending failure

Change-Id: I60bc4525b41cd4f803b811f0d1971bfed5cda0c5
(cherry picked from commit 92bd0cd18e4ea79b8b29f147e5ea09663837f7c0)
This commit is contained in:
Kunlong Ma
2024-12-30 15:50:54 +08:00
committed by Noisyfox
parent 35bc6da4bb
commit 1dc6882b90
3 changed files with 81 additions and 16 deletions

View File

@@ -169,6 +169,7 @@ public:
std::unique_ptr<Upload> upload;
bool IsUploading() const { return flags & FF_UPLOADING; }
~UploadFile();
};
struct Void {};