Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com>
pull/2934/head
James Rich 2025-09-02 13:12:24 -05:00
rodzic 252a138c64
commit 54d49510c8
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -142,7 +142,7 @@ fun ChannelScreen(
var showResetDialog by remember { mutableStateOf(false) } var showResetDialog by remember { mutableStateOf(false) }
var shouldAddChannelsState by remember { mutableStateOf(false) } var shouldAddChannelsState by remember { mutableStateOf(true) }
/* Animate waiting for the configurations */ /* Animate waiting for the configurations */
var isWaiting by remember { mutableStateOf(false) } var isWaiting by remember { mutableStateOf(false) }