]> git.ktnx.net Git - mobile-ledger.git/commitdiff
fix flicker introduced with unique item Id
authorDamyan Ivanov <dam+mobileledger@ktnx.net>
Tue, 9 Mar 2021 20:18:56 +0000 (22:18 +0200)
committerDamyan Ivanov <dam+mobileledger@ktnx.net>
Tue, 9 Mar 2021 20:18:56 +0000 (22:18 +0200)
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.


No differences found