mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
feat: add client-side NodeInfo channel routing
This commit is contained in:
parent
104e6ef25e
commit
6aa1b70274
3 changed files with 25 additions and 17 deletions
|
|
@ -86,11 +86,11 @@ class UsersFragment : ScreenFragment("Users"), Logging {
|
|||
popup.setOnMenuItemClickListener { item: MenuItem ->
|
||||
when (item.itemId) {
|
||||
R.id.direct_message -> {
|
||||
debug("calling MessagesFragment filter: 0${user.id}")
|
||||
debug("calling MessagesFragment filter: ${node.channel}${user.id}")
|
||||
setFragmentResult(
|
||||
"requestKey",
|
||||
bundleOf(
|
||||
"contactKey" to "0${user.id}",
|
||||
"contactKey" to "${node.channel}${user.id}",
|
||||
"contactName" to user.longName
|
||||
)
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue