mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-10 12:44:31 +00:00
desktop receive copy button fix
This commit is contained in:
parent
19bb585664
commit
5eb65ba13e
1 changed files with 1 additions and 1 deletions
|
@ -338,7 +338,7 @@ class _DesktopReceiveState extends ConsumerState<DesktopReceive> {
|
||||||
onTap: () {
|
onTap: () {
|
||||||
clipboard.setData(
|
clipboard.setData(
|
||||||
ClipboardData(
|
ClipboardData(
|
||||||
text: ref.watch(pWalletReceivingAddress(walletId)),
|
text: address,
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
showFloatingFlushBar(
|
showFloatingFlushBar(
|
||||||
|
|
Loading…
Reference in a new issue