-
Notifications
You must be signed in to change notification settings - Fork 169
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
Default Listing and Sort types not respected #857
Comments
Fixed by #854 |
#854 has introduced a new bug for me - attempting to change the sort behavior or listing type on the HomeActivity loads the correct sort behavior/listing type for a moment and then reloads the home back to All/Active. Reverting 058e3c3 fixes the issue for me, so I'm almost positive that is the cause. Let me know if you'd prefer I open a new issue for this |
Yup, I'm pretty sure the issue is that this line is called before loading the posts now, which just overwrites the potentially user-selected Sort/Type. How that gets remedied, I don't have an answer yet |
Update: I was using the test account but was able to reproduce this in my personal account. I've opened a new issue #886 with logs. Just wanted to ask, is your email verified? As that might be the cause for settings not getting saved. |
@nahwneeth I am verified - I pulled the latest commits and it seems to be working now - not sure what was happening, whether it be a glitch in the server's settings being saved or in Jerboa itself 🤷 |
Hey, yeah I updated it to read from the local db. The changes you made will not sync with the server and will not carry over if you use a new device. (In most cases) |
Should be fixed now |
Jerboa Version
0.0.35
Describe the bug
I have the default Listing and Sort types set to Subscribed and TopDay respectively. When I open the app, I'm put on Local and Active.
My instance is sh.itjust.works, and I've tried resetting the app data and changing the settings to other values and back.
The settings are remembered correctly in the settings screen, but seem to be ignored.
To Reproduce
Steps to reproduce the behavior:
The text was updated successfully, but these errors were encountered: