mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
send URIs as strings when in an android parcel
This commit is contained in:
parent
f1681582ed
commit
3330c7af21
1 changed files with 1 additions and 1 deletions
|
|
@ -97,7 +97,7 @@ fun ChannelContent(channel: Channel?) {
|
|||
|
||||
val sendIntent: Intent = Intent().apply {
|
||||
action = Intent.ACTION_SEND
|
||||
putExtra(Intent.EXTRA_TEXT, channel.getChannelUrl())
|
||||
putExtra(Intent.EXTRA_TEXT, channel.getChannelUrl().toString())
|
||||
putExtra(
|
||||
Intent.EXTRA_TITLE,
|
||||
"A URL for joining a Meshtastic mesh"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue