]> git.ktnx.net Git - mobile-ledger.git/commitdiff
faster description pop-up
authorDamyan Ivanov <dam+mobileledger@ktnx.net>
Sun, 3 May 2020 08:53:26 +0000 (11:53 +0300)
committerDamyan Ivanov <dam+mobileledger@ktnx.net>
Sun, 3 May 2020 08:53:26 +0000 (11:53 +0300)
replace surrogate pop-up cursor with a suitable "live" SQLite cursor

the problem with the surrogate is that it loads all matches and /then/
hands off control to the UI

the live cursor is populated incrementally and is very fast


No differences found