refactor: fix loading flash

This commit is contained in:
2026-06-10 17:32:50 +02:00
parent f9ddebac8a
commit 9ba408e157
4 changed files with 74 additions and 54 deletions
@@ -490,7 +490,7 @@ fun WalletScreen(
budgets = state.budgets,
onBack = { navController.popBackStack() },
onRevoke = {
nwcVm.revokeConnection(pubkey)
nwcVm.deleteConnection(pubkey)
navController.popBackStack()
}
)