mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
feat: Allow sorting by favorite nodes (#1700)
This commit is contained in:
parent
8a8ee27ad9
commit
0a7d0ff4be
3 changed files with 3 additions and 0 deletions
|
|
@ -92,6 +92,7 @@ interface NodeInfoDao {
|
|||
END
|
||||
WHEN :sort = 'channel' THEN channel
|
||||
WHEN :sort = 'via_mqtt' THEN via_mqtt
|
||||
WHEN :sort = 'via_favorite' THEN is_favorite * -1
|
||||
ELSE 0
|
||||
END ASC,
|
||||
last_heard DESC
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue