Skip to content

Commit

Permalink
fix: [#174193232] Keyboard remaining opened after confirm a manual pa…
Browse files Browse the repository at this point in the history
…yment on Android #2136

Co-authored-by: Matteo Boschi <[email protected]>
  • Loading branch information
fabriziofff and Undermaken authored Aug 7, 2020
1 parent 793e8e4 commit c6a0bb7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ts/screens/wallet/payment/ManualDataInsertionScreen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,7 @@ const mapDispatchToProps = (dispatch: Dispatch) => ({
rptId: RptId,
initialAmount: AmountInEuroCents
) => {
Keyboard.dismiss();
dispatch(paymentInitializeState());
dispatch(
navigateToPaymentTransactionSummaryScreen({
Expand Down

0 comments on commit c6a0bb7

Please sign in to comment.