localisation: nwc
This commit is contained in:
@@ -461,7 +461,7 @@ fun WalletScreen(
|
||||
|
||||
val connectionState by nwcVm.connectionDetailState.collectAsStateWithLifecycle()
|
||||
|
||||
LaunchedEffect(pubkey) { nwcVm.loadConnectionDetail(pubkey) }
|
||||
LaunchedEffect(pubkey) { nwcVm.loadConnectionDetail(pubkey, strings) }
|
||||
DisposableEffect(Unit) { onDispose { nwcVm.clearConnectionDetail() } }
|
||||
|
||||
when (val state = connectionState) {
|
||||
@@ -491,7 +491,7 @@ fun WalletScreen(
|
||||
budgets = state.budgets,
|
||||
onBack = { navController.popBackStack() },
|
||||
onRevoke = {
|
||||
nwcVm.deleteConnection(pubkey)
|
||||
nwcVm.deleteConnection(pubkey, strings)
|
||||
navController.popBackStack()
|
||||
}
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user