<p></p>
<p><b>@ghubstan</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/bisq-network/bisq/pull/4672#discussion_r509409425">desktop/src/main/java/bisq/desktop/main/offer/MutableOfferDataModel.java</a>:</p>
<pre style='color:#555'>> +    private final Predicate<ObjectProperty<Coin>> isPositiveAmount = (c) -> c.get() != null && !c.get().isZero();
+    private final Predicate<ObjectProperty<Price>> isPositivePrice = (p) -> p.get() != null && !p.get().isZero();
+    private final Predicate<ObjectProperty<Volume>> isPositiveVolume = (v) -> v.get() != null && !v.get().isZero();
</pre>
<p>Fixed in <a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/bisq-network/bisq/commit/2ae6bfaf51dfd49eb1e2b43ae9fe82eb7e869a99/hovercard" href="https://github.com/bisq-network/bisq/commit/2ae6bfaf51dfd49eb1e2b43ae9fe82eb7e869a99"><tt>2ae6bfa</tt></a>, sub branch <a href="https://github.com/ghubstan/bisq/tree/5-suggested-changes">5-suggested-changes</a>.  Fixes for this PR will go into a separate PR.</p>

<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/4672#discussion_r509409425">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AJFFTNSPIIDCZUG3QKDMY4DSL4ANZANCNFSM4SYWOPUQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AJFFTNXMIZQVWZYRAHQGEJLSL4ANZA5CNFSM4SYWOPU2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOD2QK7HA.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/4672#discussion_r509409425",
"url": "https://github.com/bisq-network/bisq/pull/4672#discussion_r509409425",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>