diff --git a/app/components/Views/confirmations/SendFlow/Confirm/index.js b/app/components/Views/confirmations/SendFlow/Confirm/index.js index 295e1abe2b9..45705c0f935 100644 --- a/app/components/Views/confirmations/SendFlow/Confirm/index.js +++ b/app/components/Views/confirmations/SendFlow/Confirm/index.js @@ -974,6 +974,8 @@ class Confirm extends PureComponent { MetaMetricsEvents.QR_HARDWARE_TRANSACTION_CANCELED, ); } + resetTransaction(); + navigation?.dangerouslyGetParent()?.pop(); } this.setState({ transactionConfirmed: false }); };