From ba8122e0d1f1e17207585c542ca9b31076cfc15b Mon Sep 17 00:00:00 2001 From: Damyan Ivanov Date: Sun, 23 May 2021 18:39:58 +0300 Subject: [PATCH] drop a fixme that needs no fixing --- .../ui/new_transaction/NewTransactionAccountRowItemHolder.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- 2.39.2