]> git.ktnx.net Git - mobile-ledger.git/commitdiff
rework new transaction activity/model/etc with proper concept separation
authorDamyan Ivanov <dam+mobileledger@ktnx.net>
Sat, 27 Feb 2021 20:06:18 +0000 (20:06 +0000)
committerDamyan Ivanov <dam+mobileledger@ktnx.net>
Mon, 1 Mar 2021 06:00:42 +0000 (06:00 +0000)
activity monitors the model and sends changes to adapter; view holder
propagates changes to the model

this makes it possible to properly handle QR scan results in the
activity without dirty tricks


No differences found