fix: show success dialog after btc ur transaction

This commit is contained in:
Czarek Nakamoto 2025-06-06 09:39:44 +02:00 committed by cyan
parent bfec91dc02
commit da1e467f0a

View file

@ -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}");
}