increase time to display 'send confirmation again' (#834)

This commit is contained in:
woodser 2024-03-20 10:23:39 -04:00 committed by GitHub
parent 379ac6d265
commit 03094249d2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -162,7 +162,7 @@ public class BuyerStep2View extends TradeStepView {
timeoutTimer = UserThread.runAfter(() -> {
busyAnimation.stop();
statusLabel.setText(Res.get("shared.sendingConfirmationAgain"));
}, 10);
}, 30);
break;
case BUYER_STORED_IN_MAILBOX_PAYMENT_SENT_MSG:
busyAnimation.stop();

View File

@ -127,7 +127,7 @@ public class SellerStep3View extends TradeStepView {
timeoutTimer = UserThread.runAfter(() -> {
busyAnimation.stop();
statusLabel.setText(Res.get("shared.sendingConfirmationAgain"));
}, 10);
}, 30);
break;
case SELLER_SAW_ARRIVED_PAYMENT_RECEIVED_MSG:
busyAnimation.stop();