]> git.ktnx.net Git - mobile-ledger.git/blobdiff - app/src/main/java/net/ktnx/mobileledger/ui/new_transaction/NewTransactionAccountRowItemHolder.java
drop a fixme that needs no fixing
[mobile-ledger.git] / app / src / main / java / net / ktnx / mobileledger / ui / new_transaction / NewTransactionAccountRowItemHolder.java
index 04291c8dfb9e75c086650ef35d52046fd4390fb7..1072d79881b377da8df20837d4e8d1310ab753e8 100644 (file)
@@ -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 {