mirror of
https://github.com/aljazceru/breez-sdk-liquid.git
synced 2025-12-22 08:24:21 +01:00
[Flutter] Pass paymentsStream as a broadcast streams
This commit is contained in:
@@ -47,8 +47,10 @@ class HomePageBottomAppBar extends StatelessWidget {
|
||||
onPressed: () {
|
||||
showDialog(
|
||||
context: context,
|
||||
builder: (context) =>
|
||||
ReceivePaymentDialog(liquidSDK: liquidSDK, paymentsStream: paymentsStream),
|
||||
builder: (context) => ReceivePaymentDialog(
|
||||
liquidSDK: liquidSDK,
|
||||
paymentsStream: paymentsStream.asBroadcastStream(),
|
||||
),
|
||||
);
|
||||
},
|
||||
child: Text(
|
||||
|
||||
Reference in New Issue
Block a user