From: Damyan Ivanov Date: Sun, 23 May 2021 15:39:58 +0000 (+0300) Subject: drop a fixme that needs no fixing X-Git-Tag: v0.19.1~1 X-Git-Url: https://git.ktnx.net/?p=mobile-ledger.git;a=commitdiff_plain;h=ba8122e0d1f1e17207585c542ca9b31076cfc15b drop a fixme that needs no fixing --- diff --git a/app/src/main/java/net/ktnx/mobileledger/ui/new_transaction/NewTransactionAccountRowItemHolder.java b/app/src/main/java/net/ktnx/mobileledger/ui/new_transaction/NewTransactionAccountRowItemHolder.java index 04291c8d..1072d798 100644 --- a/app/src/main/java/net/ktnx/mobileledger/ui/new_transaction/NewTransactionAccountRowItemHolder.java +++ b/app/src/main/java/net/ktnx/mobileledger/ui/new_transaction/NewTransactionAccountRowItemHolder.java @@ -98,7 +98,7 @@ class NewTransactionAccountRowItemHolder extends NewTransactionItemViewHolder { boolean wasSyncingData = syncingData; syncingData = true; try { - // FIXME this needs to reach the model somehow + // there is a listener that will propagate the change to the model b.accountRowAccAmounts.setText(newText); } finally {