Skip to content

fix: added lenient configs for file download timeouts#105

Open
Thor963 wants to merge 2 commits into
alphafrom
fix/ios-file-download-timeouts
Open

fix: added lenient configs for file download timeouts#105
Thor963 wants to merge 2 commits into
alphafrom
fix/ios-file-download-timeouts

Conversation

@Thor963

@Thor963 Thor963 commented Mar 2, 2026

Copy link
Copy Markdown
Contributor

No description provided.

// Delete existing folder if it exists (ignore errors - we'll create it anyway)
if fileManager.fileExists(atPath: downloadFolder.path) {
try fileManager.removeItem(at: downloadFolder)
try? fileManager.removeItem(at: downloadFolder)

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Thor963 , Can you please explain the comment you have added here ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants