Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix crash when importing files after some delay #1134

Merged
merged 2 commits into from
Apr 26, 2024
Merged

Conversation

GianniCarlo
Copy link
Collaborator

Bugfix

  • iOS changed at some point, and it now puts the selected files into a temp directory, which is very short lived, and will crash the app when trying to access those files

Related tasks

#1127

Approach

  • Check if the incoming files are inside a temp folder, if so, move them to the Documents folder, so our file listener will pick them up and kickstart the same import process

Things to be aware of / Things to focus on

  • Looks like there will no longer be a system Inbox folder at the root of the Documents folder

@GianniCarlo GianniCarlo self-assigned this Apr 26, 2024
@GianniCarlo GianniCarlo merged commit 8b307f7 into develop Apr 26, 2024
1 of 3 checks passed
@GianniCarlo GianniCarlo deleted the fix-import-picker branch April 26, 2024 19:27
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.

1 participant