From: Damyan Ivanov Date: Tue, 9 Mar 2021 20:18:56 +0000 (+0200) Subject: fix flicker introduced with unique item Id X-Git-Tag: v0.17.0~5 X-Git-Url: https://git.ktnx.net/?a=commitdiff_plain;ds=sidebyside;h=af34162e6868e8fd305e2b2c6037a7be7bf9936b;hp=af34162e6868e8fd305e2b2c6037a7be7bf9936b;p=mobile-ledger.git fix flicker introduced with unique item Id when items get unique id every time, resetting the model causes new IDs to be assigned, making the adapter consider old items gone and new items added. this sounds OK, but the visual effect is that everything disappears and then reappears, causing flicker. ---