Meshtastic App
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Meshtastic App
feature-settings
/
org.meshtastic.feature.settings.radio.channel.component
/
EditChannelDialog
Edit
Channel
Dialog
@
Composable
fun
EditChannelDialog
(
channelSettings
:
ChannelSettings
,
onAddClick
:
(
ChannelSettings
)
->
Unit
,
onDismissRequest
:
(
)
->
Unit
,
modifier
:
Modifier
=
Modifier
,
modemPresetName
:
String
=
stringResource(Res.string.default_)
)
(
source
)