[bisq-network/bisq] Add null check (#2412)

Manfred Karrer notifications at github.com
Wed Feb 13 21:20:42 UTC 2019


ManfredKarrer commented on this pull request.



> @@ -732,16 +732,17 @@ public void onFocusOutMinAmountTextField(boolean oldValue, boolean newValue) {
             InputValidator.ValidationResult result = isBtcInputValid(minAmount.get());
             minAmountValidationResult.set(result);
             if (result.isValid) {
-                syncMinAmountWithAmount = dataModel.getMinAmount().getValue().equals(dataModel.getAmount().getValue());
+                Coin minAmount = dataModel.getMinAmount().get();

Yes, good point. Fixed it.

-- 
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/2412#discussion_r256593510
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20190213/79c5ae50/attachment-0001.html>


More information about the bisq-github mailing list