mirror of
https://github.com/iDescriptor/iDescriptor.git
synced 2026-06-22 03:45:51 +08:00
add utils, enhance ui, remove debug stuff
This commit is contained in:
@@ -274,7 +274,6 @@ IdeviceFfiError *ServiceManager::exportFileToPath(
|
||||
IdeviceFfiError *read_err = nullptr;
|
||||
// Read file in chunks
|
||||
while (true) {
|
||||
std::this_thread::sleep_for(std::chrono::seconds(2));
|
||||
// Check for cancellation
|
||||
if (cancelRequested && cancelRequested->load()) {
|
||||
fclose(out);
|
||||
|
||||
Reference in New Issue
Block a user