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

Changing sorting direction #152

Closed
MorrisJobke opened this issue Sep 15, 2013 · 1 comment
Closed

Changing sorting direction #152

MorrisJobke opened this issue Sep 15, 2013 · 1 comment
Labels

Comments

@MorrisJobke
Copy link
Member

How to reproduce:

  • Initial sorting direction: "new -> old"
  • Change them to "old -> new"
  • Check items (they are now sorted "old -> new" - correct behaviuor)
  • Change the sorting direction back to "new -> old"
  • Check items (they are still sorted "old -> new" - incorrect behaviour)

Version: 0.4.7 beta

@David-Development
Copy link
Member

This was a bug because the values for desc/asc where translated. (If you're using english as device language, everything should work fine). It's fixed in 0.4.9.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants