]> git.ktnx.net Git - mobile-ledger.git/commitdiff
drop a fixme that needs no fixing
authorDamyan Ivanov <dam+mobileledger@ktnx.net>
Sun, 23 May 2021 15:39:58 +0000 (18:39 +0300)
committerDamyan Ivanov <dam+mobileledger@ktnx.net>
Sun, 23 May 2021 15:39:58 +0000 (18:39 +0300)
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 {