-
-
Notifications
You must be signed in to change notification settings - Fork 37
Description
Description
I have a test directory in my vault (Dropbox) that contains 10k files. When I navigate to the directory, the loading takes a while and the directory only ends up with 499 items.
Another user reported that he is unable to load the contents of a directory in his vault (OneDrive), which has "hundreds" of files. The loading progress keep spinning.
And: I'm not 100% sure because I can't reproduce it reliably but I also sometimes get a "Content Unavailable" error.
System Setup
- iOS version: 14.6
- Cryptomator version: 2.0.0 (438)
- Cloud type: Dropbox
Steps to Reproduce
- Have a vault with a directory that contains a lot of files (maybe at least 1000, they can all be 0 bytes)
- Files App: Navigate to that directory
Expected Behavior
I expect to see the whole content of the directory.
Actual Behavior
Just a fraction of the content is loaded. (And as described before, maybe it doesn't load at all, or even ends up in an error.)
Reproducibility
Always
Additional Information
Sooo... maybe we should support pagination and don't worry about sorting? Apparently, that's not the reason. Pagination is already implemented... then it doesn't work. 😄