mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
fix: nodelist sort by viaMqtt
This commit is contained in:
parent
1a86de224d
commit
02af81aeb0
2 changed files with 3 additions and 3 deletions
|
|
@ -69,7 +69,7 @@ interface NodeInfoDao {
|
|||
ELSE hops_away
|
||||
END
|
||||
WHEN :sort = 'channel' THEN channel
|
||||
WHEN :sort = 'via_mqtt' THEN long_name LIKE '%(MQTT)' -- viaMqtt
|
||||
WHEN :sort = 'via_mqtt' THEN via_mqtt
|
||||
ELSE 0
|
||||
END ASC,
|
||||
last_heard DESC
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue