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/?p=mobile-ledger.git;a=commitdiff_plain;h=af34162e6868e8fd305e2b2c6037a7be7bf9936b;hp=af34162e6868e8fd305e2b2c6037a7be7bf9936b 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. ---