mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
fix: Ensure handleReceivedUser is called when adding contacts (#1886)
This commit is contained in:
parent
f6e75e970b
commit
e1c1cef79b
1 changed files with 4 additions and 0 deletions
|
|
@ -1883,6 +1883,10 @@ class MeshService : Service(), Logging {
|
|||
addContact = contact
|
||||
}
|
||||
)
|
||||
handleReceivedUser(
|
||||
contact.nodeNum,
|
||||
contact.user
|
||||
)
|
||||
}
|
||||
|
||||
private fun getDeviceMetadata(destNum: Int) = toRemoteExceptions {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue