[bisq-network/bisq-desktop] Set default payment account for an edited offer to null (#1583)

Manfred Karrer notifications at github.com
Mon Jun 25 09:58:31 UTC 2018


ManfredKarrer commented on this pull request.



> @@ -245,7 +245,7 @@ public boolean initWithData(OfferPayload.Direction direction, TradeCurrency trad
         fillPaymentAccounts();
 
         PaymentAccount account;
-        PaymentAccount lastSelectedPaymentAccount = preferences.getSelectedPaymentAccountForCreateOffer();
+        PaymentAccount lastSelectedPaymentAccount = getPreselectedPaymentAccount();

Can we add @Nullable annotations for all nullable fields?

-- 
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-desktop/pull/1583#pullrequestreview-131540850
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20180625/7ffa034d/attachment.html>


More information about the bisq-github mailing list