mirror of
https://github.com/meshtastic/Meshtastic-Apple.git
synced 2026-04-20 22:13:56 +00:00
Fix
This commit is contained in:
parent
ecf54a5177
commit
c790836bba
1 changed files with 1 additions and 1 deletions
|
|
@ -1252,7 +1252,7 @@ class BLEManager: NSObject, CBPeripheralDelegate, MqttClientProxyManagerDelegate
|
|||
}
|
||||
guard let userNode = newMessage.toUser?.userNode else {
|
||||
Logger.data.warning("⚠️ Unable to set favorite node: userNode is nil.")
|
||||
return
|
||||
return false
|
||||
}
|
||||
_ = self.setFavoriteNode(node: userNode, connectedNodeNum: fromUserNum)
|
||||
} catch {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue