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