mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
feat: Provide Navigation to Input Timezone (#2003)
This commit is contained in:
parent
43b6e54bbb
commit
e4313e0bd3
7 changed files with 153 additions and 56 deletions
|
|
@ -138,7 +138,7 @@ fun ChannelScreen(
|
|||
var showResetDialog by remember { mutableStateOf(false) }
|
||||
var showScanDialog by remember { mutableStateOf(false) }
|
||||
|
||||
/* Animate waiting for the channel configurations */
|
||||
/* Animate waiting for the configurations */
|
||||
var isWaiting by remember { mutableStateOf(false) }
|
||||
if (isWaiting) {
|
||||
PacketResponseStateDialog(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue