Updated on 2026-08-14
This commit is contained in:
parent
a84f048b3c
commit
53ccb3ae0a
1 changed files with 3 additions and 5 deletions
|
|
@ -52,11 +52,9 @@ fun WalletConnectScreen(
|
|||
}
|
||||
},
|
||||
fab = {
|
||||
AddSessionFab(
|
||||
onAddSession = {
|
||||
state.onAddSession(context.getFromClipboard()?.toString())
|
||||
},
|
||||
)
|
||||
if (!state.isLoading) {
|
||||
AddSessionFab(onAddSession = { state.onAddSession(context.getFromClipboard()?.toString()) })
|
||||
}
|
||||
},
|
||||
titleRes = R.string.wallet_connect_title,
|
||||
onBackClick = onBackPressed,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue