Skip to content

fix: properly clean up resource files no longer required#538

Merged
ACTCD merged 2 commits into
mainfrom
issue/523
Sep 10, 2023
Merged

fix: properly clean up resource files no longer required#538
ACTCD merged 2 commits into
mainfrom
issue/523

Conversation

@ACTCD

@ACTCD ACTCD commented Sep 10, 2023

Copy link
Copy Markdown
Collaborator

Since the volume "Data" in iOS does not have a trash, cause downloaded resources will never be removed or updated.
Currently, when multiple @require entries exist, deleting one of them does not actually remove the file unless all entries are deleted.
These together caused the issue in #523. This PR attempts to resolve these issues that not fully discovered in #525.

  • fix the problem that resource files are not actually removed in iOS
  • make the resource files that no longer required to be removed promptly

@ACTCD ACTCD requested a review from quoid September 10, 2023 00:52
@ACTCD ACTCD linked an issue Sep 10, 2023 that may be closed by this pull request
@ACTCD ACTCD merged commit 03f6d82 into main Sep 10, 2023
@ACTCD ACTCD deleted the issue/523 branch September 10, 2023 01:21
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.

Required resources do not update

2 participants