From: Damyan Ivanov Date: Sun, 16 Aug 2020 13:56:30 +0000 (+0300) Subject: fix merging of account lists so that changes are detected X-Git-Tag: v0.16.0~98 X-Git-Url: https://git.ktnx.net/?a=commitdiff_plain;h=1aac3d8310057f17400cd194ffcd9352f3021c11;hp=1aac3d8310057f17400cd194ffcd9352f3021c11;p=mobile-ledger-staging.git fix merging of account lists so that changes are detected the old code modified objects in-place, changing the existing object, which avoids (wrongly) propagation of the change to the UI the new code ensures a new object is used in that case (the one from newList) which guarantees that the change will be caught by the list differ this fixes a problem with amounts not being updated after a refresh from the hledger-web backend ---