TheCacophonyProject / bird-monitor

Android application to regularly record birdsong for analysis
GNU General Public License v3.0
11 stars 9 forks source link

Sort groups in group list #23

Closed mjs closed 5 years ago

mjs commented 5 years ago

The list of groups shown in the setup wizard is unsorted which makes it hard to find the right one if there's a lot of groups available.

timhot commented 5 years ago

I've just tested code from pull request #40 and it appears to me that groups are still not being sorted. The sortGroups() method is called, but the displayed list does not change.