mirror of
https://github.com/retoaccess1/haveno-reto.git
synced 2024-12-05 01:13:29 +01:00
increase time to display 'send confirmation again' (#834)
This commit is contained in:
parent
379ac6d265
commit
03094249d2
@ -162,7 +162,7 @@ public class BuyerStep2View extends TradeStepView {
|
|||||||
timeoutTimer = UserThread.runAfter(() -> {
|
timeoutTimer = UserThread.runAfter(() -> {
|
||||||
busyAnimation.stop();
|
busyAnimation.stop();
|
||||||
statusLabel.setText(Res.get("shared.sendingConfirmationAgain"));
|
statusLabel.setText(Res.get("shared.sendingConfirmationAgain"));
|
||||||
}, 10);
|
}, 30);
|
||||||
break;
|
break;
|
||||||
case BUYER_STORED_IN_MAILBOX_PAYMENT_SENT_MSG:
|
case BUYER_STORED_IN_MAILBOX_PAYMENT_SENT_MSG:
|
||||||
busyAnimation.stop();
|
busyAnimation.stop();
|
||||||
|
@ -127,7 +127,7 @@ public class SellerStep3View extends TradeStepView {
|
|||||||
timeoutTimer = UserThread.runAfter(() -> {
|
timeoutTimer = UserThread.runAfter(() -> {
|
||||||
busyAnimation.stop();
|
busyAnimation.stop();
|
||||||
statusLabel.setText(Res.get("shared.sendingConfirmationAgain"));
|
statusLabel.setText(Res.get("shared.sendingConfirmationAgain"));
|
||||||
}, 10);
|
}, 30);
|
||||||
break;
|
break;
|
||||||
case SELLER_SAW_ARRIVED_PAYMENT_RECEIVED_MSG:
|
case SELLER_SAW_ARRIVED_PAYMENT_RECEIVED_MSG:
|
||||||
busyAnimation.stop();
|
busyAnimation.stop();
|
||||||
|
Loading…
Reference in New Issue
Block a user