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

alarm list is not sorted after adding items #609

Closed
forrestguice opened this issue Jun 11, 2022 · 1 comment · Fixed by #616
Closed

alarm list is not sorted after adding items #609

forrestguice opened this issue Jun 11, 2022 · 1 comment · Fixed by #616
Milestone

Comments

@forrestguice
Copy link
Owner

Describe the bug
Alarms are not added to the alarm list in sorted order.

To Reproduce

  1. Add an alarm or notification (if the list is empty, add several).
  2. Observe that each item is added to the bottom of the list.
  3. Sort by 'Creation Date' (or trigger sort by restarting the app, or rotating the device).
  4. Observe that the list is sorted; recently created items now appear at the top (not the bottom).

Expected behavior
The list should remain sorted after adding items.

Version Info:
Tested with 0.14.6, but probably present all the way back to v0.13.0 when ability to sort was added.

Additional context
Since a sort is triggered whenever the app (re)starts the issue is transient. IIRC the app originally sorted by creation date, with recent items appearing at the bottom.

forrestguice added a commit that referenced this issue Jun 11, 2022
@forrestguice forrestguice added this to the v0.14.7 milestone Jun 11, 2022
@Friptick
Copy link

Can confirm this.

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

Successfully merging a pull request may close this issue.

2 participants