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

Sort order reverts to newest first on app restart #781

Closed
dazworker opened this issue Apr 24, 2019 · 0 comments · Fixed by #805
Closed

Sort order reverts to newest first on app restart #781

dazworker opened this issue Apr 24, 2019 · 0 comments · Fixed by #805

Comments

@dazworker
Copy link

Issue details

Duplicate?

#713 also reports a problem with sort order, but I don't think it's the same issue (and frankly, I can't really follow the description in that issue), #74 also concerns sort order (was closed by the creator without explanation)

Actual behaviour

  • When articles are sorted as oldest first and the app is closed, the list reverts to newest first on the next app start. Additionally, two presses on the sort button are needed to go back (so I guess, part of the app thinks it's still in oldest first and the first button press sets it to newest, but the actual list was already in newest). App and server are up to date, the issue reproducibly occurs on two very different devices

Expected behaviour

  • The articles should stay ordered in oldest first

Steps to reproduce the issue

  1. Set the sort order to oldest first
  2. Fully close the app (swiping in the recent app view or forcing close in app details)
  3. Open the app again, find articles sorted in newest first, press sort button twice to go back to oldest first

Environment details

  • app 2.2.0 (Play Store)
  • Device 1: OnePlus One, Android 9.0 via LineageOS
  • Device 2: Samsung Galaxy Tab S2, Android 7.0 (Samsung stock)
  • self-hosted server 2.3.7
  • no two-factor

Logs

not relevant

Your experience with wallabag Android app

Pretty happy otherwise, look and feel make for a pleasant reading experience

NWuensche added a commit to NWuensche/android-app that referenced this issue Aug 17, 2019
When restarting the app, now the articles get sorted in the way they
were ordered before. This is done by not only checking the
savedInstanceState for sorting order but also the settings.

Close wallabag#797
Close wallabag#781
Close wallabag#713
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant