X-Git-Url: https://git.ktnx.net/?p=mobile-ledger.git;a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fjava%2Fnet%2Fktnx%2Fmobileledger%2Fui%2Fnew_transaction%2FNewTransactionAccountRowItemHolder.java;h=1072d79881b377da8df20837d4e8d1310ab753e8;hp=04291c8dfb9e75c086650ef35d52046fd4390fb7;hb=ba8122e0d1f1e17207585c542ca9b31076cfc15b;hpb=bf578ce91cec133d75ef3057016386cf0306ef6a 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 {