We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 161a400 + c19d1b3 commit 8d4a842Copy full SHA for 8d4a842
1 file changed
app/src/main/java/com/getcode/SessionController.kt
@@ -1290,6 +1290,9 @@ class SessionController @Inject constructor(
1290
resources.getString(R.string.error_description_payment_failed),
1291
)
1292
1293
+ // Allow the payment request to be scanned again upon a failure state hit
1294
+ scannedRendezvous.remove(paymentConfirmation.payload.rendezvous.publicKey)
1295
+
1296
ErrorUtils.handleError(error)
1297
state.update { uiModel ->
1298
uiModel.copy(
0 commit comments