Removing unnecessary coroutine

This commit is contained in:
Vitor Pamplona
2023-03-08 08:44:05 -05:00
parent 9f5b3d82c5
commit 67d6b24993

View File

@@ -217,7 +217,6 @@ fun ListContent(
accountViewModel: AccountStateViewModel,
account: Account,
) {
val coroutineScope = rememberCoroutineScope()
var backupDialogOpen by remember { mutableStateOf(false) }
Column(modifier = modifier.fillMaxHeight()) {