<p><span class="issue-keyword tooltipped tooltipped-se" aria-label="This pull request closes issue #4864.">Fixes</span> <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="752679891" data-permission-text="Title is private" data-url="https://github.com/bisq-network/bisq/issues/4864" data-hovercard-type="issue" data-hovercard-url="/bisq-network/bisq/issues/4864/hovercard" href="https://github.com/bisq-network/bisq/issues/4864">#4864</a></p>
<p>When seller if offline we resend the CounterCurrencyTransferStartedMessage at startup.<br>
That caused the trade state set to BUYER_SENT_FIAT_PAYMENT_INITIATED_MSG and then after<br>
the msg was stored in mailbox to BUYER_STORED_IN_MAILBOX_FIAT_PAYMENT_INITIATED_MSG.<br>
Those 2 msg trigger diff. UI states which led to the UI glitch that the UI moved to<br>
step 2 and then to step 3 which was correct but confusing to the user.</p>
<p>Now we only apply BUYER_SENT_FIAT_PAYMENT_INITIATED_MSG is trade state ordinal is<br>
smaller avoiding that UI glitch.</p>
<p>This is not a critical bug fix so open to maintainers to add it to 1.5.1. But I think its also very low risk and easy to review and test.</p>

<hr>

<h4>You can view, comment on, or merge this pull request online at:</h4>
<p>  <a href='https://github.com/bisq-network/bisq/pull/4885'>https://github.com/bisq-network/bisq/pull/4885</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>Fixes https://github.com/bisq-network/bisq/issues/4864</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/4885/files#diff-9ad0b6b75e28d8a0331ac0d8d11803cf61e6d68bbc61da3a0ee2a9563e5d3ef8">core/src/main/java/bisq/core/trade/protocol/tasks/buyer/BuyerSendCounterCurrencyTransferStartedMessage.java</a>
    (4)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/bisq-network/bisq/pull/4885.patch'>https://github.com/bisq-network/bisq/pull/4885.patch</a></li>
  <li><a href='https://github.com/bisq-network/bisq/pull/4885.diff'>https://github.com/bisq-network/bisq/pull/4885.diff</a></li>
</ul>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/bisq-network/bisq/pull/4885">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AJFFTNSM7K6FN3VUN7AMJ63SS63UFANCNFSM4UMGVSVA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AJFFTNQLO3V2GW2TLKXOAKDSS63UFA5CNFSM4UMGVSVKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4LIU7KHA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/bisq-network/bisq/pull/4885",
"url": "https://github.com/bisq-network/bisq/pull/4885",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>