From: Damyan Ivanov Date: Sun, 10 Nov 2019 11:22:17 +0000 (+0200) Subject: NewTransItemHolder: prevent sync loops via model data observers X-Git-Tag: v0.11.0~90 X-Git-Url: https://git.ktnx.net/?a=commitdiff_plain;h=2c0103e9c08cd9d86180321960bf422f0255a6ac;hp=2c0103e9c08cd9d86180321960bf422f0255a6ac;p=mobile-ledger-staging.git NewTransItemHolder: prevent sync loops via model data observers when the data in the model is changed (e.g. in a reset operation) the new data needs to be sent to the UI without this causing data sync back to the model ---