mirror of
https://github.com/ProxymanApp/atlantis.git
synced 2026-04-26 08:26:04 +03:00
[PR #151] [MERGED] Fix AVAggregateAssetDownloadTask crash #163
Labels
No labels
Done
Done
Windows
bug
bug
bug
enhancement
enhancement
enhancement
good first issue
hacktoberfest
pull-request
wontfix
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/atlantis#163
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/ProxymanApp/atlantis/pull/151
Author: @olejnjak
Created: 9/13/2024
Status: ✅ Merged
Merged: 9/14/2024
Merged by: @NghiaTranUIT
Base:
main← Head:fix/AVAggregateAssetDownloadTask📝 Commits (1)
27790d6Check for AVAggregateAssetDownloadTask before checking for its request📊 Changes
1 file changed (+8 additions, -0 deletions)
View changed files
📝
Sources/Packages.swift(+8 -0)📄 Description
When
AVAggregateAssetDownloadTaskis started, Atlantis crashes running app, because it checkscurrentRequestproperty which is not supported.Thrown exception explicitly states:
As skipping is definitely better option to crashing, this PR skips tracking this type of tasks.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.