mirror of
https://github.com/retoaccess1/haveno-reto.git
synced 2024-12-04 08:53:31 +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(() -> {
|
||||
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 New Issue
Block a user