mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-06-28 12:29:51 +00:00
fix: show success dialog after btc ur transaction
This commit is contained in:
parent
bfec91dc02
commit
da1e467f0a
1 changed files with 1 additions and 0 deletions
|
@ -117,6 +117,7 @@ class AnimatedURPage extends BasePage {
|
|||
final ur = await presentQRScanner(context);
|
||||
if (ur == null) return;
|
||||
await bitcoin!.commitPsbtUR(animatedURmodel.wallet, ur.trim().split("\n"));
|
||||
Navigator.of(context).pop(true);
|
||||
default:
|
||||
throw UnimplementedError("unable to handle UR: ${urQrType}");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue