refactor: fix loading flash
This commit is contained in:
@@ -490,7 +490,7 @@ fun WalletScreen(
|
||||
budgets = state.budgets,
|
||||
onBack = { navController.popBackStack() },
|
||||
onRevoke = {
|
||||
nwcVm.revokeConnection(pubkey)
|
||||
nwcVm.deleteConnection(pubkey)
|
||||
navController.popBackStack()
|
||||
}
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user