[bisq-network/bisq] Fix dark mode slider switch not disabling dark mode on first try (#3754)

Christoph Atteneder notifications at github.com
Mon Dec 9 13:34:18 UTC 2019


@wiz The problem is that ´private final IntegerProperty cssThemeProperty = new SimpleIntegerProperty(prefPayload.getCssTheme());` gets initialized before the stored payload is initialized which causes the value of the `cssThemeProperty` always to set to `0`. That is also the reason why the listener is not triggered the first time when changing back to light mode after a restart.

-- 
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/3754#issuecomment-563240397
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20191209/1f8726b4/attachment.html>


More information about the bisq-github mailing list