Removing unnecessary coroutine
This commit is contained in:
@@ -217,7 +217,6 @@ fun ListContent(
|
|||||||
accountViewModel: AccountStateViewModel,
|
accountViewModel: AccountStateViewModel,
|
||||||
account: Account,
|
account: Account,
|
||||||
) {
|
) {
|
||||||
val coroutineScope = rememberCoroutineScope()
|
|
||||||
var backupDialogOpen by remember { mutableStateOf(false) }
|
var backupDialogOpen by remember { mutableStateOf(false) }
|
||||||
|
|
||||||
Column(modifier = modifier.fillMaxHeight()) {
|
Column(modifier = modifier.fillMaxHeight()) {
|
||||||
|
|||||||
Reference in New Issue
Block a user