mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-09-20 23:01:43 +02:00
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