mirror of
https://github.com/boldsuck/haveno.git
synced 2024-12-22 12:09:22 +00:00
increase time to display 'send confirmation again' (#834)
This commit is contained in:
parent
379ac6d265
commit
03094249d2
2 changed files with 2 additions and 2 deletions
|
@ -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();
|
||||
|
|
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue