minor [skip ci]
OmarHatem committed
Jan 13, 2026 at 21:12 UTC
400e6f90a95e9de5008aaaaaa4c52f307fe1a171
1 file changed
+1
-1
lib/src/screens/exchange_trade/exchange_trade_page.dart
+1
-1
@@ -328,7 +328,7 @@ class ExchangeTradeState extends State<ExchangeTradeForm> {
328
.pendingTransactionFeeFiatAmountFormatted,
329
outputs: widget.exchangeTradeViewModel.sendViewModel.outputs,
330
onSlideActionComplete: () async {
331
- if (bottomSheetContext.mounted) {
331
+ if (bottomSheetContext.mounted && Navigator.canPop(bottomSheetContext)) {
332
Navigator.of(bottomSheetContext).pop(true);
333
}
334
widget.exchangeTradeViewModel.sendViewModel.commitTransaction(context);