You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When I select the Sort/Filter option in the For later section (at least), and select "Date added," the works are simply sorted by title.
To Reproduce
On the iOS app, go to your "For later" section. Hit the 3 dots at the top left, and select "Sort/filter." Select "Date added" in the first dropdown.
Expected behavior
The works are sorted by date added.
Screenshots
The following are screenshots of what results from sorting by "Date added," both in normal order and in reverse:
Additional info(please complete the following information):
App version: 2.7.0
App source (F-Droid, Google Play, Github, AppStore): App Store
Manufacturer and model: Apple iPhone 16
OS and version: iOS 18.1
Additional context
All other sorting options work fine. I initially thought it just wasn't "loading" properly, but seeing as all others work as expected, I figure something in the code is taking in the "Date added" input as though it were "Title." It does not just use the previous sorting method; it explicitly sorts by title when date added is selected.
The text was updated successfully, but these errors were encountered:
Describe the bug
When I select the Sort/Filter option in the For later section (at least), and select "Date added," the works are simply sorted by title.
To Reproduce
On the iOS app, go to your "For later" section. Hit the 3 dots at the top left, and select "Sort/filter." Select "Date added" in the first dropdown.
Expected behavior
The works are sorted by date added.
Screenshots
The following are screenshots of what results from sorting by "Date added," both in normal order and in reverse:
Additional info(please complete the following information):
Additional context
All other sorting options work fine. I initially thought it just wasn't "loading" properly, but seeing as all others work as expected, I figure something in the code is taking in the "Date added" input as though it were "Title." It does not just use the previous sorting method; it explicitly sorts by title when date added is selected.
The text was updated successfully, but these errors were encountered: