[bisq-network/bisq] Fix BTC status incorrectly hidden on splash screen (#2567)

Devin Bileck notifications at github.com
Thu Mar 21 17:48:01 UTC 2019


Issue: When launching a new Bisq instance (i.e. new data directory) and
remaining on the user agreement screen for >90 seconds while reading it,
once you accept the agreement the BTC status was not being shown
on the splash screen.
![image](https://user-images.githubusercontent.com/603793/54773294-83e5e400-4bc6-11e9-8f0c-1666fc8d1e2f.png)

Cause: showTorNetworkSettingsTimer gets triggered after 90 seconds
and since Tor is not started until after accepting the user agreement,
it was incorrectly assuming that Tor is not working and as a result
hiding the BTC status.

Fix: Don't hide the BTC status in showTorNetworkSettingsTimer.
![image](https://user-images.githubusercontent.com/603793/54773299-89432e80-4bc6-11e9-93ee-c3d1d4da1498.png)

If there is an issue with Tor, splashP2PNetworkErrorMsgListener handles
hiding the BTC status.
![image](https://user-images.githubusercontent.com/603793/54773343-9bbd6800-4bc6-11e9-9327-4ede800751d4.png)
You can view, comment on, or merge this pull request online at:

  https://github.com/bisq-network/bisq/pull/2567

-- Commit Summary --

  * Fix BTC status incorrectly hidden on splash screen

-- File Changes --

    M desktop/src/main/java/bisq/desktop/main/MainView.java (5)

-- Patch Links --

https://github.com/bisq-network/bisq/pull/2567.patch
https://github.com/bisq-network/bisq/pull/2567.diff

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/bisq-network/bisq/pull/2567
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20190321/5ce2ec72/attachment.html>


More information about the bisq-github mailing list