mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
wix warnings
This commit is contained in:
parent
fdd3b48364
commit
4f24794001
2 changed files with 7 additions and 8 deletions
|
|
@ -47,7 +47,7 @@ data class Channel(
|
|||
fun getChannelUrl(): Uri {
|
||||
// If we have a valid radio config use it, othterwise use whatever we have saved in the prefs
|
||||
|
||||
val channelBytes = settings?.toByteArray() ?: ByteArray(0) // if unset just use empty
|
||||
val channelBytes = settings.toByteArray() ?: ByteArray(0) // if unset just use empty
|
||||
val enc = Base64.encodeToString(channelBytes, base64Flags)
|
||||
|
||||
return Uri.parse("$prefix$enc")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue