mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
fix: Update ignored status in nodeDB on toggle (#3638)
This commit is contained in:
parent
3fa0007df1
commit
86e4d1b1da
1 changed files with 1 additions and 0 deletions
|
|
@ -1968,6 +1968,7 @@ class MeshService : Service() {
|
|||
}
|
||||
},
|
||||
)
|
||||
updateNodeInfo(node.num) { it.isIgnored = !node.isIgnored }
|
||||
}
|
||||
|
||||
private fun sendReaction(reaction: ServiceAction.Reaction) = toRemoteExceptions {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue