Skip to content

Commit

Permalink
Merge pull request Electric-Coin-Company#1144 from LukasKorba/1140-Di…
Browse files Browse the repository at this point in the history
…sable-send-and-back-buttons

[Electric-Coin-Company#1140] Disable send and back buttons
  • Loading branch information
LukasKorba authored Mar 18, 2024
2 parents 0bfc256 + ad05fdb commit d3adf88
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ public struct SendFlowConfirmationView: View {
shadowOffset: 6
)
}
.disabled(viewStore.isSending)
.padding(.horizontal, 35)
}
}
Expand Down

0 comments on commit d3adf88

Please sign in to comment.