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
Alarms are not added to the alarm list in sorted order.
To Reproduce
Add an alarm or notification (if the list is empty, add several).
Observe that each item is added to the bottom of the list.
Sort by 'Creation Date' (or trigger sort by restarting the app, or rotating the device).
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.
The text was updated successfully, but these errors were encountered:
Describe the bug
Alarms are not added to the alarm list in sorted order.
To Reproduce
Expected behavior
The list should remain sorted after adding items.
Version Info:
Tested with
0.14.6
, but probably present all the way back tov0.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.
The text was updated successfully, but these errors were encountered: