<p>Issue: When launching a new Bisq instance (i.e. new data directory) and<br>
remaining on the user agreement screen for >90 seconds while reading it,<br>
once you accept the agreement the BTC status was not being shown<br>
on the splash screen.<br>
<a target="_blank" rel="noopener noreferrer" href="https://user-images.githubusercontent.com/603793/54773294-83e5e400-4bc6-11e9-8f0c-1666fc8d1e2f.png"><img src="https://user-images.githubusercontent.com/603793/54773294-83e5e400-4bc6-11e9-8f0c-1666fc8d1e2f.png" alt="image" style="max-width:100%;"></a></p>
<p>Cause: showTorNetworkSettingsTimer gets triggered after 90 seconds<br>
and since Tor is not started until after accepting the user agreement,<br>
it was incorrectly assuming that Tor is not working and as a result<br>
hiding the BTC status.</p>
<p>Fix: Don't hide the BTC status in showTorNetworkSettingsTimer.<br>
<a target="_blank" rel="noopener noreferrer" href="https://user-images.githubusercontent.com/603793/54773299-89432e80-4bc6-11e9-93ee-c3d1d4da1498.png"><img src="https://user-images.githubusercontent.com/603793/54773299-89432e80-4bc6-11e9-93ee-c3d1d4da1498.png" alt="image" style="max-width:100%;"></a></p>
<p>If there is an issue with Tor, splashP2PNetworkErrorMsgListener handles<br>
hiding the BTC status.<br>
<a target="_blank" rel="noopener noreferrer" href="https://user-images.githubusercontent.com/603793/54773343-9bbd6800-4bc6-11e9-9327-4ede800751d4.png"><img src="https://user-images.githubusercontent.com/603793/54773343-9bbd6800-4bc6-11e9-9327-4ede800751d4.png" alt="image" style="max-width:100%;"></a></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/2567'>https://github.com/bisq-network/bisq/pull/2567</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>Fix BTC status incorrectly hidden on splash screen</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/2567/files#diff-0">desktop/src/main/java/bisq/desktop/main/MainView.java</a>
    (5)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/bisq-network/bisq/pull/2567.patch'>https://github.com/bisq-network/bisq/pull/2567.patch</a></li>
  <li><a href='https://github.com/bisq-network/bisq/pull/2567.diff'>https://github.com/bisq-network/bisq/pull/2567.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/2567">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AkpZtsO-g9qY4UZJkAMCXl7su5AKfl_Sks5vY8XRgaJpZM4cCBRQ">mute the thread</a>.<img src="https://github.com/notifications/beacon/AkpZtvNxMV3wpDOooCBvcSb0sfDA1c4Lks5vY8XRgaJpZM4cCBRQ.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/bisq-network/bisq","title":"bisq-network/bisq","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/bisq-network/bisq"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Fix BTC status incorrectly hidden on splash screen (#2567)"}],"action":{"name":"View Pull Request","url":"https://github.com/bisq-network/bisq/pull/2567"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/bisq-network/bisq/pull/2567",
"url": "https://github.com/bisq-network/bisq/pull/2567",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>