]> git.ktnx.net Git - mobile-ledger.git/commit
do not reset the new transaction model in the constructor
authorDamyan Ivanov <dam+mobileledger@ktnx.net>
Sun, 22 Aug 2021 16:18:24 +0000 (19:18 +0300)
committerDamyan Ivanov <dam+mobileledger@ktnx.net>
Sun, 22 Aug 2021 16:18:24 +0000 (19:18 +0300)
commit3775284655ecfc838ae81f722e123fee507d25f7
tree196a00cb4ede181f5a0162ca5574c475342e215c
parent4f3aa04fd5bf01de0e5218bdadad6f5b507877c6
do not reset the new transaction model in the constructor

1) reset() requires that there is a current profile in Data and that may
   not be true because the new transaction activity may be started by a
   shortcut referencing a profile that was removed and that may have
   been the last profile, i.e. there may be no profiles at that moment
2) reset is later called by the new transaction fragment anyway, when it
   has ensured that there is an active profile
app/src/main/java/net/ktnx/mobileledger/ui/new_transaction/NewTransactionModel.java