mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-09-19 14:01:01 +02:00
Removing unnecessary coroutine
This commit is contained in:
@@ -217,7 +217,6 @@ fun ListContent(
|
||||
accountViewModel: AccountStateViewModel,
|
||||
account: Account,
|
||||
) {
|
||||
val coroutineScope = rememberCoroutineScope()
|
||||
var backupDialogOpen by remember { mutableStateOf(false) }
|
||||
|
||||
Column(modifier = modifier.fillMaxHeight()) {
|
||||
|
Reference in New Issue
Block a user