From a22513660a5f504e10739999dad485991e34e470 Mon Sep 17 00:00:00 2001 From: Dane Evans Date: Sun, 16 Nov 2025 15:29:00 +1100 Subject: [PATCH] add back arrow to the channelConfig screen (#3713) --- .../settings/radio/channel/ChannelConfigScreen.kt | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/feature/settings/src/main/kotlin/org/meshtastic/feature/settings/radio/channel/ChannelConfigScreen.kt b/feature/settings/src/main/kotlin/org/meshtastic/feature/settings/radio/channel/ChannelConfigScreen.kt index 65a57c2e8..1e20496fc 100644 --- a/feature/settings/src/main/kotlin/org/meshtastic/feature/settings/radio/channel/ChannelConfigScreen.kt +++ b/feature/settings/src/main/kotlin/org/meshtastic/feature/settings/radio/channel/ChannelConfigScreen.kt @@ -62,6 +62,7 @@ import org.meshtastic.core.strings.channel_name import org.meshtastic.core.strings.channels import org.meshtastic.core.strings.press_and_drag import org.meshtastic.core.strings.send +import org.meshtastic.core.ui.component.MainAppBar import org.meshtastic.core.ui.component.PreferenceFooter import org.meshtastic.core.ui.component.dragContainer import org.meshtastic.core.ui.component.dragDropItemsIndexed @@ -159,6 +160,17 @@ private fun ChannelConfigScreen( } Scaffold( + topBar = { + MainAppBar( + title = title, + canNavigateUp = true, + onNavigateUp = onBack, + ourNode = null, + showNodeChip = false, + actions = {}, + onClickChip = {}, + ) + }, floatingActionButton = { if (maxChannels > settingsListInput.size) { FloatingActionButton(